toPb method

Coordinate toPb()

Implementation

Coordinate toPb() {
  return Coordinate(x: x?.toDouble(), y: y?.toDouble(), z: z?.toDouble());
}