GoogleTTSResponse constructor
      const
      GoogleTTSResponse({})
     
    
    
Implementation
const GoogleTTSResponse({
  required this.audioData,
  this.contentType,
  this.usage,
  this.model,
  this.metadata,
});const GoogleTTSResponse({
  required this.audioData,
  this.contentType,
  this.usage,
  this.model,
  this.metadata,
});