getDefault static method

TTSVoiceInfo getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static TTSVoiceInfo getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<TTSVoiceInfo>(create);