AwsArguments class

Constructors

AwsArguments({String? string, int? index, String? id, String? route, File? file, List? list, Map? map, Object? object, Type? type, dynamic dinamic, dynamic mudable, String? email, String? password, Object? result})

Properties

dinamic ↔ dynamic
getter/setter pair
email String?
getter/setter pair
file File?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
index int?
getter/setter pair
list List?
getter/setter pair
map Map?
getter/setter pair
mudable ↔ dynamic
getter/setter pair
object Object?
getter/setter pair
password String?
getter/setter pair
result Object?
getter/setter pair
route String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String?
getter/setter pair
type Type?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited