Dart model code generation without part files
dmx generates copyWith, equality, toString and typed JSON inside the annotated class, with no generated part files.
Dart code generation on save: copyWith, equality, toString and typed JSON, written into the class you annotated. No part files.
Dart model code generation without part files
dmx generates copyWith, equality, toString and typed JSON inside the annotated class, with no generated part files.