translation property

  1. @JsonKey.new(name: 'translation')
bool? translation
final

Beta Enable translation for this audio

Implementation

@JsonKey(name: 'translation')
final bool? translation;