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