unwrappedState property
Map
get
unwrappedState
The state Map that will be used to create the typed state object.
Implementation
Map get unwrappedState => super.state;
set
unwrappedState
(Map value)
Implementation
set unwrappedState(Map value) => super.state = value;