omnimodel 1.0.0 omnimodel: ^1.0.0 copied to clipboard
Model complex data and with it in an easy and safe way
example/omnimodel_example.dart
import 'package:omnimodel/omnimodel.dart';
void main() {
OmniModel model = OmniModel.identity();
}