description property

String? get description

'Description' is a specific thread name which must be used in addition to the corresponding MasstransitLine name.

For example, line "bus 34" has two thread with descriptions: "short" and "long". To get full thread name you should combine line name and thread description. After this, you get two threads name: "bus 34 short" and "bus 34 long".

Implementation

core.String? get description;