auto_data 0.0.3 auto_data: ^0.0.3 copied to clipboard
Automatically generate simple data class files for Dart. This is the runtime dependency.
import 'package:example/foo.dart';
import 'bar.dart';
void main() {
final foo = new Foo();
final bar = new Bar(foo: foo);
}