SegmentDto.fromJson constructor

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

Implementation

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