findCustomerResponseFromJson function

FindCustomerResponse findCustomerResponseFromJson(
  1. String str
)

Implementation

FindCustomerResponse findCustomerResponseFromJson(String str) => FindCustomerResponse.fromJson(json.decode(str));