BLoC class abstract

Implementers
Annotations

Constructors

BLoC(String semantics)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semantics String
BLoC代表的语义
final

Methods

dispose() → void
init() FutureOr<void>
初始化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onErrorRetry() Future<void>
重试
reset() → void
重置BLoC, 发射初始值
toString() String
A string representation of this object.
inherited

Operators

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