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