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
Pretty much all the classes we expose publicly in the Dart API should have some form of class modifier, but adding this would be a breaking change, so we should wait until 2.0.0.
The text was updated successfully, but these errors were encountered:
I think it's fine to convert classes that have the @sealed annotation to sealed or final, but we shouldn't do so for un-annotated classes and we can't safely mark classes as base or interface.
Pretty much all the classes we expose publicly in the Dart API should have some form of class modifier, but adding this would be a breaking change, so we should wait until 2.0.0.
The text was updated successfully, but these errors were encountered: