dart_mappable 2.0.0-dev.6 copy "dart_mappable: ^2.0.0-dev.6" to clipboard
dart_mappable: ^2.0.0-dev.6 copied to clipboard

Improved json serialization and data classes with full support for generics, inheritance, customization and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_mappable

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

dependencies:
  dart_mappable: ^2.0.0-dev.6

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

Publisher

verified publisherschultek.de

Improved json serialization and data classes with full support for generics, inheritance, customization and more.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, type_plus

More

Packages that depend on dart_mappable