adeptgenerator 11.0.0 copy "adeptgenerator: ^11.0.0" to clipboard
adeptgenerator: ^11.0.0 copied to clipboard

This generator creates a function that returns a new instance of the annotated ClassType by creating a copy of the currentData and replacing its fields with the newData

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adeptgenerator

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

dependencies:
  adeptgenerator: ^11.0.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:adeptgenerator/adeptgenerator.dart';
1
likes
110
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

This generator creates a function that returns a new instance of the annotated ClassType by creating a copy of the currentData and replacing its fields with the newData

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

adeptannotations, analyzer, build, source_gen

More

Packages that depend on adeptgenerator