typedStateFactory abstract method

TState typedStateFactory(
  1. Map stateMap
)

Returns a typed state object backed by the specified stateMap.

Required to properly instantiate the generic TState class.

Implementation

TState typedStateFactory(Map stateMap);