name property
Get public transit route instruction name
Returns
- Instruction name
Implementation
String get name {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteInstruction',
'getName',
);
return resultString['result'];
}