Dart-Data-Class-Generator icon indicating copy to clipboard operation
Dart-Data-Class-Generator copied to clipboard

Create dart data classes easily, fast and without writing boilerplate or running code generation.

Results 1 Dart-Data-Class-Generator issues
Sort by recently updated
recently updated
newest added

How to reproduce the error? Please generate the model for this class ```dart class User { String name; List children; } ``` The generated model will look something like this....