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
Add a proposal exploring the possibility of addressing #1474 while hewing closely to existing Dart concepts. Essentially, we add a restricted form of classes ("structs") which are essentially data classes with primary constructors; and then a further restricted form of structs ("extension structs") which provide wrapper-less views on an object.
0 commit comments