dataclass 0.3.0+1 copy "dataclass: ^0.3.0+1" to clipboard
dataclass: ^0.3.0+1 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

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

dependencies:
  dataclass: ^0.3.0+1

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/dataclass.dart';
20
likes
0
pub points
32%
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

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on dataclass