RailIncident.empty constructor

RailIncident.empty()

Creates an empty RailIncident object.

Implementation

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