ContextReactor<S> class abstract

Mixed-in types

Constructors

ContextReactor()

Properties

action → PublishSubject<ReactAction>
finalinherited
context BuildContext
getter/setter pair
disposeBag DisposeBag
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeContext Future<BuildContext>
no setter
state → S
no setterinherited
widgetState State<StatefulWidget>
getter/setter pair

Methods

a(dynamic id, {dynamic data}) ReactAction
Short helper method to create ReactAction
inherited
m(dynamic id, {dynamic data}) ReactMutation
Short helper method to create ReactMutation
inherited
mutate(ReactAction action) Stream<ReactMutation>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBindReactor() → void
inherited
onBuildUI(BuildContext context) → void
Method which runs when widget builds UI
onContextReady(BuildContext context) → void
Method which runs when context is ready for the first time.
onDispose() → void
화면이 끝나고 리소스를 정리할때 호출
override
onInitState(State<StatefulWidget> state) → void
reduce(ReactMutation mutation, S state) → void
inherited
toString() String
A string representation of this object.
inherited
transform(Stream<ReactMutation> mutation) Stream<ReactMutation>
inherited
transformAction(Stream<ReactAction> action) Stream<ReactAction>
inherited

Operators

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