UserRoadblockPathPreviewCoordinate.fromJson constructor
Implementation
factory UserRoadblockPathPreviewCoordinate.fromJson(
Map<String, dynamic> json) =>
UserRoadblockPathPreviewCoordinate._(
coordinates: Coordinates.fromJson(json['coord']),
matchLink: json['matchLink'],
matchRatio: json['matchRatio'],
);