dump 0.1.6 copy "dump: ^0.1.6" to clipboard
dump: ^0.1.6 copied to clipboard

Dumps any objects to structures of maps, lists, and scalars using mirrors.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dump

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

dependencies:
  dump: ^0.1.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:dump/dump.dart';
5
likes
150
points
33
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

Dumps any objects to structures of maps, lists, and scalars using mirrors.

Repository (GitHub)

Documentation

API reference

License

MIT-0 (license)

More

Packages that depend on dump