x property

double? get x

Implementation

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

Implementation

external set x(num? value);