x property

num? get x

Implementation

external num? get x;
set x (num? value)

Implementation

external set x(num? value);