indexA property

int indexA

Implementation

int get indexA => _data[0];
void indexA=(int v)

Implementation

set indexA(int v) {
  _data[0] = v;
}