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