toJson method

String toJson()
inherited

Implementation

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