MBaseModel class abstract

Implementers

Constructors

MBaseModel()

Properties

hashCode int
The hash code for this object.
no setterinherited
mfields Set<String>
no setter
mtype MSchemaRef
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getByPath<T>(JsonPath path) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
takeFromMap(Map<String, dynamic> map, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
operator []=(String key, dynamic value) → void