toJson method

String toJson()

Implementation

String toJson() {
  return WaypointMapper.ensureInitialized().encodeJson<Waypoint>(
    this as Waypoint,
  );
}