name property

String get name

Returns the human-readable name of the voice.

Returns

Implementation

String get name {
  final OperationResult result = objectMethod(pointerId, 'Voice', 'getName');
  return result['result'];
}