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