Voice constructor
const
Voice({})
Constructs a Voice object
Implementation
const Voice({
required this.fileId,
required this.fileUniqueId,
required this.duration,
this.mimeType,
this.fileSize,
});
Constructs a Voice object
const Voice({
required this.fileId,
required this.fileUniqueId,
required this.duration,
this.mimeType,
this.fileSize,
});