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
150
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on mapper