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

args Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
id → MKey?
final
record → R?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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