toJson method

String toJson()

Implementation

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