CustomerSegmentResponse.fromJson constructor

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

Implementation

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