KeyArgs<R> class
- Mixed-in types
Constructors
-
KeyArgs(MKey id, {Map<
String, dynamic> ? args, R? record}) -
KeyArgs.fromArgs(MSchemaRef ref, Map<
String, dynamic> args) -
KeyArgs.fromId(MSchemaRef ref, String id, {R? record, Map<
String, dynamic> ? args}) - KeyArgs.of(MSchemaRef ref, dynamic args)
-
factory
Properties
Methods
-
get<
T> (dynamic key) → T? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic -
override