LazyBinding<T> class
abstract
- Implementers
Constructors
- LazyBinding.new()
-
const
Properties
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