abstract_router
exception
UnsupportRouteIdException
UnsupportRouteIdException const constructor
UnsupportRouteIdException
abstract_router
exception
UnsupportRouteIdException
UnsupportRouteIdException const constructor
UnsupportRouteIdException class
Constructors
UnsupportRouteIdException
Properties
reason
routeId
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
UnsupportRouteIdException
constructor
const
UnsupportRouteIdException
(
String
routeId
,
String
reason
)
Implementation
const UnsupportRouteIdException(this.routeId, this.reason);