You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only have Mode class. It has mutable fields because it can be compiled, and so it cannot have a const constructor. But a lot of Modes are simpler than that. These may have separate classes:
Common modes.
Mode references (Mode(ref: '...')).
The text was updated successfully, but these errors were encountered:
Currently we only have
Mode
class. It has mutable fields because it can be compiled, and so it cannot have aconst
constructor. But a lot ofMode
s are simpler than that. These may have separate classes:Mode(ref: '...')
).The text was updated successfully, but these errors were encountered: