SingleCsvLazyBinding<T> class
abstract
- Inheritance
-
- Object
- LazyBinding<
T> - SingleCsvLazyBinding
- Implementers
Constructors
- SingleCsvLazyBinding.new({required FileOpener resourceFile, BaseCSVFile? data})
Properties
- data ↔ BaseCSVFile?
-
getter/setter pair
-
fieldDefinitions
→ List<
FieldDefinition> -
no setter
- fileName → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordCount ↔ int?
-
getter/setter pair
- resourceFile → FileOpener
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
count(
[LoadCriterion? criteria]) → Future< int> -
override
-
fetchAllData(
{bool doValidationChecks = false, GtfsDataset? dataset}) → Future< void> -
override
-
getHeader(
) → Future< List< FieldDefinition> > -
listRawResource(
{LoadCriterion? criteria, bool doValidationChecks = false, GtfsDataset? dataset}) → Future< BaseCSVFile> -
listResource(
[LoadCriterion? criteria]) → Future< List< T> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
populateIfEmpty(
{bool doValidationChecks = false, GtfsDataset? dataset}) → Future< void> -
override
-
prepare(
) → FutureOr< void> -
inherited
-
streamRawResource(
[LoadCriterion? criteria]) → Stream< MapRecord> -
streamRawResourceUntil(
Completer< void> cancellationSignal, [LoadCriterion? criteria]) → Stream<MapRecord> -
streamResource(
[LoadCriterion? criteria]) → Stream< T> -
inherited
-
streamResourceUntil(
Completer< void> cancellationSignal, [LoadCriterion? criteria]) → Stream<T> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
MapRecord record) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited