index property

void index=(int? index)

Implementation

set index(int? index) {
  _index = index;
}