RxContentLoader<C> class

Mixed in types

Constructors

RxContentLoader({required ContentDataLoader<Future<C>> getContent})

Properties

content → BehaviorSubject<C?>
no setterinherited
contentEmptyState → BehaviorSubject<EmptyState>
no setterinherited
contentLoad Stream<Progress<Result>?>
no setterinherited
contentProgress Stream<Progress?>
no setterinherited
currentContent → C?
no setterinherited
getContent ContentDataLoader<Future<C>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
inherited
getContentData() Future<C>
override
load({void onError(Object error, StackTrace stackTrace)?}) Future<void>
inherited
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