RailIncident constructor
RailIncident({})
Creates a RailIncident object.
Implementation
RailIncident({
required this.timeOfLastUpdate,
required this.description,
required this.incidentId,
required this.incidentType,
required this.affectedLines,
});