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