IdArgs<R> class

Mixed in types

Constructors

IdArgs(String? id, {Map<String, dynamic>? args, R? record})
IdArgs.fromArgs(Map<String, dynamic> args)
IdArgs.fromId(String id, {R? record, Map<String, dynamic>? args})
IdArgs.of(dynamic args)
factory

Properties

args Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
id String?
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