CreateCustomerGroupResponse.fromJson constructor

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

Converts a Map to an CreateCustomerGroupResponse

Implementation

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