AirArgument class

Argument

Constructors

AirArgument({Key? key, String? tag, String? routeName, dynamic argument, bool? isInitialRoute = false})

Properties

argument ↔ dynamic
argument is the data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInitialRoute bool?
isInitialRoute
getter/setter pair
key Key?
key is the primary id.
getter/setter pair
routeName String?
routeName
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
tag is the tag/flag.
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.
override

Operators

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