KlineBloc constructor

KlineBloc()

Implementation

KlineBloc() {
  initData();
  _klinePeriodSwitchStream.listen(periodSwitch);
}