dataclass_generator 0.5.0 copy "dataclass_generator: ^0.5.0" to clipboard
dataclass_generator: ^0.5.0 copied to clipboard

discontinuedreplaced by: freezed
outdated

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dataclass_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dataclass_generator: ^0.5.0

Alternatively, 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:dataclass_generator/dataclass_generator.dart';
1
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, code_builder, dart_style, dataclass, source_gen

More

Packages that depend on dataclass_generator