TranscriptionAttributes.fromJson constructor

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

Implementation

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