ListVoicesResponse constructor

ListVoicesResponse({
  1. List<Voice>? voices,
})

Implementation

ListVoicesResponse({
  this.voices,
});