PartnerCustomerGetResponse.fromJson constructor

PartnerCustomerGetResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PartnerCustomerGetResponse.fromJson(Map<String, dynamic> json) =>
    _$PartnerCustomerGetResponseFromJson(json);