fromJson static method

Waypoint fromJson(
  1. String json
)

Implementation

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