Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

pub.dev : property_map

PropertyMap allows you to quickly implement property bags in dart. It consists of 2 main classes: PropertyMap and PropertyList. PropertyMap is a wrapper around Map<String, dynamic>. PropertyList is a wrapper around List<dynamic>. The benefit of using them is that they can restrict the data that is added to them so it is possible to guarantee serialization, and they convert children Maps and Lists recursively to propertyMaps and PropertyLists. By default, they can only take simple objects (as defined in dart:json) and Serializable objects. The configuration object passed to the constructor allows you to modify this behavior if needed.

Registry - Source - Documentation - JSON
purl: pkg:pub/property_map
License: GPL-1.0+
Latest release: over 11 years ago
First release: over 11 years ago
Dependent packages: 1
Dependent repositories: 2
Stars: 5 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...