MasstransitWait constructor

const MasstransitWait({
  1. required int dummy,
})

Implementation

const MasstransitWait({
  required this.dummy,
});