hasOppositeSibling property
Whether a corresponding event exists in the opposite direction.
Returns
- bool:
truewhen a sibling event exists in the opposite direction, otherwisefalse.
Implementation
bool get hasOppositeSibling {
final OperationResult resultString = objectMethod(
pointerId,
'TrafficEvent',
'hasOppositeSibling',
);
return resultString['result'];
}