BusStopped constructor
BusStopped({})
Implementation
BusStopped(
{required this.timestamp,
required this.lat,
required this.long,
required this.speed,
this.delay,
required this.passangers,
required this.stopName,
required this.scheduledTime,
this.actualTime,
this.stopTime,
this.leaveTime});