item property

ResEntry? get item

Implementation

ResEntry? get item => _item;
set item (ResEntry? newItem)

Implementation

set item(ResEntry? newItem) {
  _item = newItem;
}