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

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_beta

With Flutter:

 $ flutter pub add dataclass_beta

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

dependencies:
  dataclass_beta: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dataclass_beta/dataclass_beta.dart';
1
likes
120
pub points
38%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection

More

Packages that depend on dataclass_beta