state property
Implementation
@override
State get state {
assert(_initialized,
'loadSavedState() must be called before access to the state value');
return super.state;
}
@override
State get state {
assert(_initialized,
'loadSavedState() must be called before access to the state value');
return super.state;
}