initStateInternal method
      
dynamic
initStateInternal()
       
    
    
inherited
    Implementation
initStateInternal() {
  state = Map.from(getInitialState());
  // Call `transferComponentState` to get state also to `_prevState`
  transferComponentState();
}