BusIncident.empty constructor

BusIncident.empty()

Creates an empty BusIncident object.

Implementation

BusIncident.empty()
    : timeOfLastUpdate = emptyDateTime,
      description = '',
      incidentId = '',
      incidentType = '',
      affectedRoutes = const [];