GraphInput class abstract
- Implementers
Constructors
Properties
Methods
-
get<
T> (String key) → T -
getByPath<
T> (JsonPath path) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setByPath<
T> (JsonPath< T> path, T? value) → dynamic -
inherited
-
takeFromMap(
Map< String, dynamic> map, {bool copyEntries = true}) → void -
Used for meta-forms in setting deep properties
inherited
-
toJson(
) → Map< String, dynamic> ? -
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 -
override
-
operator []=(
String key, dynamic value) → void -
override