morphy 1.0.1 copy "morphy: ^1.0.1" to clipboard
morphy: ^1.0.1 copied to clipboard

Provides a clean class definition with extra functionality including; copy with, json serializable, tostring, equals that supports inheritance and polymorphism

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;
}
10
likes
0
pub points
54%
popularity

Publisher

unverified uploader

Provides a clean class definition with extra functionality including; copy with, json serializable, tostring, equals that supports inheritance and polymorphism

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, dartx, json_serializable, morphy_annotation, quiver, source_gen

More

Packages that depend on morphy