GtfsDataset class abstract

Implementers

Constructors

GtfsDataset.new()

Properties

agencies Agencies
getter/setter pair
bindings List<LazyBinding>
no setter
calendar Calendar
getter/setter pair
fileNameList List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parsers List<Parser>
final
primaryBindings List<LazyBinding>
no setter
routes Routes
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stops Stops
getter/setter pair
stopTimes StopTimes
getter/setter pair
trips Trips
getter/setter pair

Methods

getSource({Directory? tempDir}) FutureOr<List<FileOpener>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pipe({Directory? tempDir}) Future<GtfsDataset>
populateList(List<LazyBinding> bindings, {bool doValidationChecks = false}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

baseLogger → Logger
final