AdvancedVoiceOptions.fromJson constructor

AdvancedVoiceOptions.fromJson(
  1. Map json_
)

Implementation

AdvancedVoiceOptions.fromJson(core.Map json_)
    : this(
        lowLatencyJourneySynthesis:
            json_['lowLatencyJourneySynthesis'] as core.bool?,
      );