x property

  1. @override
C x
override

The x coordinate value.

For geographic coordinates x represents longitude.

Implementation

@override
C get x => point.x;