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