MasstransitTransportThreadAlert constructor

const MasstransitTransportThreadAlert({
  1. required String text,
  2. MasstransitTransportThreadAlertClosed? closed,
  3. MasstransitTransportThreadAlertClosedUntil? closedUntil,
  4. MasstransitTransportThreadAlertLastTrip? lastTrip,
})

Implementation

const MasstransitTransportThreadAlert({
  required this.text,
  this.closed,
  this.closedUntil,
  this.lastTrip,
});