Route class

Constructors

Route.new({required String id, required String? agencyId, required String? shortName, required String? longName, required String? description, required RouteType routeType, required Uri? url, required int? color, required int routeTextColor, required int? routeSortOrder, required ContinuousPickup continuousPickup, required ContinuousDropOff continuousDropOff, required String? networkId})
const

Properties

agencyId String?
final
color int?
final
continuousDropOff ContinuousDropOff
final
continuousPickup ContinuousPickup
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
longName String?
final
networkId String?
final
routeSortOrder int?
final
routeTextColor int
final
routeType RouteType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
final
url Uri?
final

Methods

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.
override