uid property
Get the unique Id of the overlay.
Returns
- The overlay Id
Implementation
int get uid {
final OperationResult resultString = objectMethod(
_pointerId,
'OverlayInfo',
'uid',
);
return resultString['result'];
}
Get the unique Id of the overlay.
Returns
int get uid {
final OperationResult resultString = objectMethod(
_pointerId,
'OverlayInfo',
'uid',
);
return resultString['result'];
}