value_t2_generator 1.0.27-nullsafety23
value_t2_generator: ^1.0.27-nullsafety23 copied to clipboard
Provides a short syntax, value type (ish) way of creating classes - copywith, toString, equality
example/example.dart
//see example project in github for more examples
//part 'example.valuet2.dart';
//THE SIMPLEST OF EXAMPLES
//@valueT2
abstract class $Pet {
String get type;
}