fromJson static method

WaypointRemoved fromJson(
  1. String json
)

Implementation

static WaypointRemoved fromJson(String json) {
  return ensureInitialized().decodeJson<WaypointRemoved>(json);
}