selectedListingIndex property
inherited
Implementation
@override
int get selectedListingIndex {
_$selectedListingIndexAtom.reportRead();
return super.selectedListingIndex;
}
inherited
Implementation
@override
set selectedListingIndex(int value) {
_$selectedListingIndexAtom.reportWrite(value, super.selectedListingIndex,
() {
super.selectedListingIndex = value;
});
}