hasSameShieldLevel property
Get the shield level.
Returns
- True for road code items with same shield level as the road the signpost is attached to.
Throws
- An exception if it fails.
Implementation
bool get hasSameShieldLevel {
final OperationResult resultString = objectMethod(
_pointerId,
'SignpostItem',
'hasSameShieldLevel',
);
return resultString['result'];
}