MBaseModelMixin mixin
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mfields
→ Set<
String> -
no setterinherited
- mtype → MSchemaRef
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get<
T> (String key) → T -
getByPath<
T> (JsonPath path) → T -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prop<
T> (JsonPath< T> path, [T? value]) → T -
setByPath<
T> (JsonPath< T> path, T? value) → void -
override
-
takeFromMap(
Map< String, dynamic> map, {bool copyEntries = true}) → void -
Used for meta-forms in setting deep properties
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
inherited
-
operator []=(
String key, dynamic value) → void -
inherited