StateEmitter<S> constructor

StateEmitter<S>(
  1. S initialState
)

Implementation

StateEmitter(S initialState) : super(initialState);