$STORAGE<T extends $STORAGE<T>> mixin

Storage ~ Collection 2.0 @Template

...

Mixin Applications

Properties

$args Map<Symbol, dynamic>
no setterinherited
$cache Map<Symbol, dynamic>
no setterinherited
$context BuildContext?
no setterinherited
$hasPrefix bool
no setterinherited
$isLocked bool
no setterinherited
$label String
no setterinherited
$prefix Iterable<Symbol>
no setterinherited
albums List<Album>
getter/setter pair
capture → T
refresh after tweak
no setterinherited
completion ↔ CompletionWorker?
after loading worker
getter/setter pairinherited
dictionary List<Album Function()>
getter/setter pair
doWhile ← dynamic Function()
handle callback as tweak
no getterinherited
first → Album?
no setter
future ↔ (Future<AlbumOre> Function()?)
future
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
iD Symbol
latefinalinherited
immune → T
refresh after tweak
no setterinherited
init → T
tweak only once while data is null
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
last → Album?
no setter
length int
no setter
nextPageToken String?
no setter
onError ↔ ErrorBuilder?
on error builder
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream ↔ (Stream<AlbumOre> Function()?)
stream
getter/setter pairinherited
whileLoading ↔ (Widget Function()?)
while loading builder
getter/setter pairinherited

Methods

$copy(CSSBus<CSSBus> bus) → void
inherited
$def<R>(R callback()) → R
inherited
$dispose() → void
inherited
$fix<R extends CSSBus<R>>(Symbol prefix) → R
inherited
$forceRefresh({dynamic event()?}) → void
inherited
$get<R>(Symbol subID, [R? fallback]) → R?
inherited
$initialize() → void
inherited
$log({Caption? caption, required BuildContext context}) → dynamic
inherited
$refresh({dynamic event()?}) → void
inherited
$set<R>(Symbol subID, R? value) → T
inherited
any(bool test(Album element)) bool
contains(Object? element) bool
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → $CSSKit<T>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
every(bool test(Album element)) bool
expand(Iterable<Album> toElements(Album element)) → T
fold(Album initial, Album combine(Album prev, Album e)) → T
followedBy(Iterable<Album> other) → T
forEach(dynamic action(Album element)) → void
join([String separator = ""]) String
map(Album toElement(Album e)) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce(Album combine(Album prev, Album e)) → T
refreshAsync({Future future()?, Stream stream()?}) → void
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toGrid() → $grid
toList() → $list
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
where(bool test(Album element)) → T

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic indexOrID) → Album?
operator []=(int index, Album album) → void