SegmentDubResponse.fromJson constructor

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

Implementation

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