entity_format 0.0.40
entity_format: ^0.0.40 copied to clipboard
A code-generation-less serialization library.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add entity_formatThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
entity_format: ^0.0.40Alternatively, 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:entity_format/entity_format.dart';