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
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add value_t2_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
value_t2_generator: ^1.0.27-nullsafety23Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:value_t2_generator/valueT2Builder.dart';
import 'package:value_t2_generator/valueT3Builder.dart';