connectionInfo property
Get the connection.
Returns
- Connection type of the item.
Throws
- An exception if it fails.
Implementation
SignpostConnectionInfo get connectionInfo {
final OperationResult resultString = objectMethod(
_pointerId,
'SignpostItem',
'getConnectionInfo',
);
return SignpostConnectionInfoExtension.fromId(resultString['result']);
}