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