PodListBuilderSnapshot<T extends Object> class final

Inheritance

Constructors

PodListBuilderSnapshot.new({required Option<Iterable<Result<ValueListenable<T>>>> podList, required Option<Iterable<Option<Result<T>>>> value, required Widget? child})
const

Properties

child Widget?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
podList Option<Iterable<Result<ValueListenable<T>>>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Option<Iterable<Option<Result<T>>>>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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