GetLibraryVoicesResponseModel constructor

const GetLibraryVoicesResponseModel({
  1. required List<LibraryVoiceResponseModel> voices,
  2. required bool hasMore,
  3. dynamic lastSortId,
})

Implementation

const GetLibraryVoicesResponseModel({
  required this.voices,
  required this.hasMore,
  this.lastSortId,
});