getDefault static method

SynthesizeSpeechConfig getDefault()

Implementation

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