typeA property

int typeA

Implementation

int get typeA => _data[2];
void typeA=(int v)

Implementation

set typeA(int v) {
  _data[2] = v;
}