AlertWindow constructor

AlertWindow({
  1. CivilDateTime? civilEndTime,
  2. CivilDateTime? civilStartTime,
  3. String? endTime,
  4. String? endUtcOffset,
  5. List<HeartBeat>? heartBeats,
  6. bool? positive,
  7. String? startTime,
  8. String? startUtcOffset,
})

Implementation

AlertWindow({
  this.civilEndTime,
  this.civilStartTime,
  this.endTime,
  this.endUtcOffset,
  this.heartBeats,
  this.positive,
  this.startTime,
  this.startUtcOffset,
});