CustomerGroup.fromJson constructor

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

Implementation

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