PTStopTime constructor
Constructor for the PTStopTime class.
Implementation
PTStopTime({
required this.stopName,
required this.coordinates,
required this.hasRealtime,
required this.delay,
required this.departureTime,
required int stopDetails,
required this.isBefore,
}) : _stopDetails = stopDetails;