map_mapper_generator 4.2.3 copy "map_mapper_generator: ^4.2.3" to clipboard
map_mapper_generator: ^4.2.3 copied to clipboard

Generates code that maps (converts) between instances of business classes to Map<String, dynamic> and back

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add map_mapper_generator

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

dependencies:
  map_mapper_generator: ^4.2.3

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

Publisher

verified publishersquarealfa.com

Generates code that maps (converts) between instances of business classes to Map<String, dynamic> and back

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

analyzer, build, decimal, map_mapper_annotations, source_gen, squarealfa_generators_common

More

Packages that depend on map_mapper_generator