index property

set index (int? index)

Implementation

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