omnimodel 1.0.7 omnimodel: ^1.0.7 copied to clipboard
Model complex data and access it in an easy and safe way
Model complex data and access it in an easy and safe way #
Features #
This package introduces a class that basically is a wrapper to any data that is representable as a Map<String, dynamic>
.
The OmniModel allows to easily and safely access data inside the construct.
The package has been idealized for developing an easy and modular interface to communicate with any non relational, Json based database.
Usage #
Usages examples in the /example
folder