StopTime class 
Signature:
typescript
export declare class StopTimeConstructors 
| Constructor | Modifiers | Description | 
|---|---|---|
| Constructs a new instance of the  | 
Properties 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| Date | Return the arrival date of the train | ||
| string | Arrival time | ||
| Date | Return the departure date of the train | ||
| string | Departure time | ||
| boolean | Return boolean if drop off is available | ||
| string | Return the headsign of the train | ||
| boolean | Return boolean if pick up is available | ||
| boolean | Return boolean if the stop is skipped | ||
| Return the stop area |