Get the latitude of the Point.
Example:
Point(Coordinate(1, 2)).latitude; // 2
double get lat { return coordinate.latitude; }