item property
IndexItem?
get
item
Implementation
IndexItem? get item => this._item;
set
item
(IndexItem? item)
Implementation
set item(IndexItem? item) {
this._item = item;
}