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'];
}