Route class
Constructors
Properties
Methods
-
call(
{dynamic body, Map< String, dynamic> ? parameters, Map<String, String> ? headers, String network = 'main'}) → Future<Result> -
main points to default
Network
object. -
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