toJson method

String toJson()
inherited

Implementation

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