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