InsertSegmentDto.fromJson constructor

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

Implementation

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