itemThree property

int get itemThree

Implementation

int get itemThree {
  return _itemThree;
}
set itemThree (int value)

Implementation

set itemThree(int value) {
  _itemThree = value;
  notifyListeners();
}