SegmentIdDto.fromJson constructor

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

Implementation

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