Stops class
- Inheritance
-
- Object
- LazyBinding<
AStop> - SingleCsvLazyBinding<
AStop> - Stops
Constructors
- Stops.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< AStop> > -
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< AStop> -
inherited
-
streamResourceUntil(
Completer< void> cancellationSignal, [LoadCriterion? criteria]) → Stream<AStop> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
MapRecord record) → AStop -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
staticFieldDefinitions
→ List<
FieldDefinition> -
final
Static Methods
-
staticTransform(
MapRecord record) → AStop