mapper 0.2.3 copy "mapper: ^0.2.3" to clipboard
mapper: ^0.2.3 copied to clipboard

Library converts map to object and object to map. Can use external converters for custom complex types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mapper

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

dependencies:
  mapper: ^0.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:mapper/mapper.dart';
1
likes
130
pub points
54%
popularity

Publisher

unverified uploader

Library converts map to object and object to map. Can use external converters for custom complex types.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on mapper