SimpleState<T>.initial constructor

SimpleState<T>.initial()

Factory constructor for initial state

Implementation

factory SimpleState.initial() => SimpleState<T>(isInitial: true);