WayPoint.fromJson constructor
WayPoint.fromJson(
- String str
Implementation
factory WayPoint.fromJson(String str) => WayPoint.fromMap(json.decode(str));
factory WayPoint.fromJson(String str) => WayPoint.fromMap(json.decode(str));