MasstransitRouteSettings class abstract final

Route settings that were used by the mass transit router for a specific route.

Implemented types

Constructors

MasstransitRouteSettings(List<String> avoidTypes, List<String> acceptTypes)
factory

Properties

acceptTypes List<String>
Transport types that were allowed even if they are in the list of avoided types.
no setter
avoidTypes List<String>
Transport types that the router avoided.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 ==(covariant MasstransitRouteSettings other) bool
The equality operator.
override