id property

int get id

Get the voice id.

Returns

  • The voice id

Throws

  • An exception if it fails.

Implementation

int get id {
  final OperationResult result = objectMethod(_pointerId, 'Voice', 'getId');
  return result['result'];
}