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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Offhand not sure the best solution, either we could do this in the subclass's constructor or chain them in the dart.mixin metaprogramming. It's tricky because we don't really want mixins to know about all of the named constructors.
Offhand not sure the best solution, either we could do this in the subclass's constructor or chain them in the
dart.mixin
metaprogramming. It's tricky because we don't really want mixins to know about all of the named constructors.Anyway, context: 24a2cf6
The text was updated successfully, but these errors were encountered: