requireValue property
Force unwrap the value of the state.
This will throw an error if the state does not have a value.
Implementation
@override
T get requireValue => value;
Force unwrap the value of the state.
This will throw an error if the state does not have a value.
@override
T get requireValue => value;