allCustomersResponseFromJson function

AllCustomersResponse allCustomersResponseFromJson(
  1. String str
)

Implementation

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