MasstransitTransportThreadAlert constructor
const
MasstransitTransportThreadAlert({
- required String text,
- MasstransitTransportThreadAlertClosed? closed,
- MasstransitTransportThreadAlertClosedUntil? closedUntil,
- MasstransitTransportThreadAlertLastTrip? lastTrip,
Implementation
const MasstransitTransportThreadAlert({
required this.text,
this.closed,
this.closedUntil,
this.lastTrip,
});