WayPoint.fromJson constructor

WayPoint.fromJson(
  1. String str
)

Implementation

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