initialState property

S initialState
@required

If an implementing class overrides this getter, the controller will be initialized with the returned object as the initial state.

Implementation

@required
S get initialState;