unwrappedState property

Map unwrappedState

The state Map that will be used to create the typed state object.

Implementation

Map get unwrappedState => super.state;
void unwrappedState=(Map value)

Implementation

set unwrappedState(Map value) => super.state = value;