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