RetrieveCustomerGroupResponse.fromJson constructor

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

Implementation

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