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