BusIncident constructor
const
BusIncident({})
Creates a BusIncident object.
Implementation
const BusIncident({
required this.timeOfLastUpdate,
required this.description,
required this.incidentId,
required this.incidentType,
required this.affectedRoutes,
});