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