indexB property

int indexB

Implementation

int get indexB => _data[1];
void indexB=(int v)

Implementation

set indexB(int v) {
  _data[1] = v;
}