FutureLazyConstCan<T> class

Inheritance

Constructors

FutureLazyConstCan({required AsyncValueGetter<T> builder})
const

Properties

builder AsyncValueGetter<T>
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
finalinherited
optValue Optional<T>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T?
getter/setter pairinherited-setteroverride-getter

Methods

getValue() Future<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<T>
toString() String
A string representation of this object.
inherited
widgetBuilder(AsyncWidgetBuilder<T> builder, {bool refresh = false}) Widget

Operators

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