name property
Get the voice name.
Returns
- The voice name
Implementation
String get name {
final OperationResult result = objectMethod(_pointerId, 'Voice', 'getName');
return result['result'];
}
Get the voice name.
Returns
String get name {
final OperationResult result = objectMethod(_pointerId, 'Voice', 'getName');
return result['result'];
}