RxBlocBase class abstract

A base class that handles all common BloC functionality such as

  1. Loading State
  2. Error State

Constructors

RxBlocBase()

Properties

errorState Stream<Exception>
The errors of all handled result streams.
no setter
errorWithTagState Stream<ErrorWithTag>
The errors of all handled result streams along with the tag
no setter
hashCode int
The hash code for this object.
no setterinherited
loadingState Stream<bool>
The loading states without tags of all handled result streams.
no setter
loadingWithTagState Stream<LoadingWithTag>
The loading states with tags of all handled result streams.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes all internally created streams
loadingForTagState(String tag) Stream<bool>
The loading states with tags of all handled result streams.
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