uid property

int get uid

Get the unique identifier for this overlay dataset.

Returns

Implementation

int get uid {
  final OperationResult resultString = objectMethod(
    pointerId,
    'OverlayInfo',
    'uid',
  );

  return resultString['result'];
}