RootBLoC class abstract

顶层BLoC, 这个BLoC只有子BLoC, 没有Event, 并且子BLoC都是GlobalBLoC

Inheritance

Constructors

RootBLoC(String semantics)
const

Properties

disposeBag List<GlobalBLoC>
no setter
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代表的语义
finalinherited

Methods

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

Operators

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