toJson method
Implementation
String toJson() {
return WaypointRemovedMapper.ensureInitialized()
.encodeJson<WaypointRemoved>(this as WaypointRemoved);
}
String toJson() {
return WaypointRemovedMapper.ensureInitialized()
.encodeJson<WaypointRemoved>(this as WaypointRemoved);
}