Y property

  1. @BuiltValueField.new(wireName: r'Y')
String get Y

Ordinate of a point coordinates. The hexadecimal value in text of the ordinate of the coordinates of a point. Leading zero can be removed (e.g. 3BC, 0, and 1287).

Implementation

@BuiltValueField(wireName: r'Y')
String get Y;