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