Back to Flutter Boost

BoostInterceptorOption class

doc/api/boost_interceptor/BoostInterceptorOption-class.html

5.0.22.3 KB
Original Source

BoostInterceptorOption class

The request object in Interceptor,which is to passed

Constructors

BoostInterceptorOption(String name, Map<String, dynamic> arguments)

Properties

argumentsMap<String, dynamic> the arguments you want to pass in next page read / write hashCodeint The hash code for this object. [...] read-only, inherited nameString your page name in route table read / write runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] override

Operators

operator ==(Object other) → bool The equality operator. [...] inherited