y property

int y

Implementation

int get y {
  assert(attached);
  return _owner!.index;
}