BaseGraphInput class abstract
- Implemented types
- Mixed-in types
-
- MBaseModelMixin
- HasGraphMeta
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- meta → EntityMeta
-
no setterinherited
-
mfields
→ Set<
String> -
no setterinherited
-
mpaths
→ List<
JsonPath> -
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 -
override
-
getByPath<
T> (JsonPath path) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prop<
T> (JsonPath< T> path, [T? value]) → T -
inherited
-
setByPath<
T> (JsonPath< T> path, T? value) → void -
inherited
-
takeFromMap(
Map< String, dynamic> map, {bool copyEntries = true}) → void -
Used for meta-forms in setting deep properties
override
-
toJson(
) → Map< String, dynamic> ? -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
inherited
-
operator []=(
String key, dynamic value) → void -
inherited