allCustomersResponseFromJson function
Implementation
AllCustomersResponse allCustomersResponseFromJson(String str) =>
AllCustomersResponse.fromJson(json.decode(str));
AllCustomersResponse allCustomersResponseFromJson(String str) =>
AllCustomersResponse.fromJson(json.decode(str));