lineTowards property
Destination stop/station name for the transit line in this segment.
Returns
String: Destination name.
Implementation
String get lineTowards {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getLineTowards',
);
return resultString['result'];
}