Listing.fromRawJson constructor

Listing.fromRawJson(
  1. String str
)

Implementation

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