selectedState property
inherited
Implementation
@override
StateListResponse? get selectedState {
_$selectedStateAtom.reportRead();
return super.selectedState;
}
inherited
Implementation
@override
set selectedState(StateListResponse? value) {
_$selectedStateAtom.reportWrite(value, super.selectedState, () {
super.selectedState = value;
});
}