Agency class

Constructors

Agency({required String? id, required String name, required Uri url, required String timezone, required LocaleLike? languageCode, required String? phoneNumber, required Uri? fareUrl, required String? email})
const

Properties

email String?
final
fareUrl Uri?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
languageCode LocaleLike?
final
name String
final
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone 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