Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个 C++ 函数签名:
bool Foo::bar() const;
其中末尾的“const”表示 Foo 中的任何成员变量都不会通过调用 bar 来改变。有与此类似的 Dart 吗?
不,我不这么认为。如果你觉得有这样的功能会很棒,请star issue 7908。