zikzak_morphy 2.5.0
zikzak_morphy: ^2.5.0 copied to clipboard
A powerful code generation package for Dart/Flutter that provides clean class definitions with copyWith, JSON serialization, toString, equality, and inheritance support
example/example.dart
//see example project in github for more examples
//part 'example.morphy.dart';
//THE SIMPLEST OF EXAMPLES
//@morphy
abstract class $Pet {
String get type;
}