selectedListingIndex property

  1. @override
int selectedListingIndex
inherited

Implementation

@override
int get selectedListingIndex {
  _$selectedListingIndexAtom.reportRead();
  return super.selectedListingIndex;
}
  1. @override
void selectedListingIndex=(int value)
inherited

Implementation

@override
set selectedListingIndex(int value) {
  _$selectedListingIndexAtom.reportWrite(value, super.selectedListingIndex,
      () {
    super.selectedListingIndex = value;
  });
}