zikzak_morphy 2.8.3
zikzak_morphy: ^2.8.3 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
//see example project in github for more examples
//part 'example.morphy.dart';
//THE SIMPLEST OF EXAMPLES
//@morphy
abstract class $Pet {
String get type;
}