findCustomerResponseToJson function

String findCustomerResponseToJson(
  1. FindCustomerResponse data
)

Implementation

String findCustomerResponseToJson(FindCustomerResponse data) => json.encode(data.toJson());