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
Describe what scenario you think is uncovered by the existing examples/articles
In version 0.6.0 , freezed pioneer the late keyword with the annotation @lateeven before it was implemented on Dart.
This keyword seems to have been removed later.
Describe why existing examples/articles do not cover this case
No documentation was found explaining how to use late initialized field.
Describe what scenario you think is uncovered by the existing examples/articles
In version
0.6.0
, freezed pioneer thelate
keyword with the annotation@late
even before it was implemented on Dart.This keyword seems to have been removed later.
Describe why existing examples/articles do not cover this case
No documentation was found explaining how to use late initialized field.
Additional context
I have asked a similar question in SO with an attempt that did not work https://stackoverflow.com/questions/76502648/how-to-use-late-final-keyword-in-flutter-dart-freezed-model
The text was updated successfully, but these errors were encountered: