getDefault static method

TTSServiceState getDefault()

Implementation

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