SegmentTranslationResponse.fromJson constructor

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

Implementation

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