RegularCalendar class

Inheritance

Constructors

RegularCalendar.new({required FileOpener resourceFile, BaseCSVFile? data})

Properties

data BaseCSVFile?
getter/setter pairinherited
fieldDefinitions List<FieldDefinition>
no setteroverride
fileName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
recordCount int?
getter/setter pairinherited
resourceFile FileOpener
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count([LoadCriterion? criteria]) Future<int>
inherited
fetchAllData({bool doValidationChecks = false, GtfsDataset? dataset}) Future<void>
inherited
getHeader() Future<List<FieldDefinition>>
inherited
listRawResource({LoadCriterion? criteria, bool doValidationChecks = false, GtfsDataset? dataset}) Future<BaseCSVFile>
inherited
listResource([LoadCriterion? criteria]) Future<List<RegularService>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
populateIfEmpty({bool doValidationChecks = false, GtfsDataset? dataset}) Future<void>
inherited
prepare() FutureOr<void>
inherited
streamRawResource([LoadCriterion? criteria]) Stream<MapRecord>
inherited
streamRawResourceUntil(Completer<void> cancellationSignal, [LoadCriterion? criteria]) Stream<MapRecord>
inherited
streamResource([LoadCriterion? criteria]) Stream<RegularService>
inherited
streamResourceUntil(Completer<void> cancellationSignal, [LoadCriterion? criteria]) Stream<RegularService>
inherited
toString() String
A string representation of this object.
inherited
transform(MapRecord record) RegularService
override

Operators

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

Static Properties

staticFieldDefinitions List<FieldDefinition<Object>>
final

Static Methods

staticTransform(MapRecord record) RegularService