image property
Get the image of this SignpostDetails.
Parameters
Returns
- The image for the signpost. The user is responsible to check if the image is valid.
Throws
- An exception if it fails.
Implementation
SignpostImg get image {
final OperationResult resultString = objectMethod(
_pointerId,
'SignpostDetails',
'getImg',
);
return SignpostImg.init(resultString['result']);
}