fromJson static method

WaypointChanged fromJson(
  1. String json
)

Implementation

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