z property

int get z

Implementation

int get z => ptr.ref.z;
set z (int value)

Implementation

set z(int value) => ref.z = value;