data_class_annotation 0.1.8 copy "data_class_annotation: ^0.1.8" to clipboard
data_class_annotation: ^0.1.8 copied to clipboard

This library provides the @dataClass annotation, used to generate code via the data_class_annotation_generator package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add data_class_annotation

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

dependencies:
  data_class_annotation: ^0.1.8

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:data_class_annotation/data_class_annotation.dart';
7
likes
30
pub points
0%
popularity

Publisher

unverified uploader

This library provides the @dataClass annotation, used to generate code via the data_class_annotation_generator package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection

More

Packages that depend on data_class_annotation