Location.fromJson constructor
Location.fromJson(
- String str
Implementation
factory Location.fromJson(String str) => Location.fromMap(json.decode(str));
factory Location.fromJson(String str) => Location.fromMap(json.decode(str));