LazyBinding<T> class abstract

Implementers

Constructors

LazyBinding.new()
const

Properties

fileName String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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