initialPrivateState property

T initialPrivateState

Implementation

T get initialPrivateState {
  throw Exception('initialState not implement');
}