IdArgs<R> class
- Mixed-in types
Constructors
-
IdArgs.new(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
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