text property
Get the text.
Not all items may have text assigned.
Returns
- Text of the item.
Throws
- An exception if it fails.
Implementation
String get text {
final OperationResult resultString = objectMethod(
_pointerId,
'SignpostItem',
'getText',
);
return resultString['result'];
}