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