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
We are trying to migrate the project from dart 2 into the dart 3 now, the current project dart sdk version support < 3.0.0, it shows that we can't use the class modifier support in dart 3.
We expected that when the migration is all set, it should add the class modifier to the data transfer object.
The text was updated successfully, but these errors were encountered:
Feature Description
We are trying to migrate the project from dart 2 into the dart 3 now, the current project dart sdk version support
< 3.0.0
, it shows that we can't use the class modifier support in dart 3.We expected that when the migration is all set, it should add the class modifier to the data transfer object.
The text was updated successfully, but these errors were encountered: