Waypoint.fromRawJson constructor

Waypoint.fromRawJson(
  1. String str
)

Implementation

factory Waypoint.fromRawJson(String str) =>
    Waypoint.fromJson(json.decode(str));