ReduxDevTools<AppState> constructor

ReduxDevTools<AppState>(
  1. DevToolsStore<AppState> store, {
  2. int actionMaxLines = 1,
  3. int stateMaxLines = 1,
})

Implementation

ReduxDevTools(this.store, {this.actionMaxLines = 1, this.stateMaxLines = 1});