gpsPathInfoFromJson function

GpsPathInfo gpsPathInfoFromJson(
  1. String str
)

Implementation

GpsPathInfo gpsPathInfoFromJson(String str) => GpsPathInfo.fromJson(json.decode(str));