Loading class abstract

Use this class as mixin for BLoC where you need a loading stream for example to show a StreamedLoading

Constructors

Loading()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLoading Stream<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadStart() → void
Use this method to set the loading Stream to true
loadStop() → void
Use this method to set the loading Stream to false
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