constructor()

in src/stores/FluxReduceStore.js [46:49]


  constructor(dispatcher: Dispatcher<Object>) {
    super(dispatcher);
    this._state = this.getInitialState();
  }