AlertWindow constructor
AlertWindow({
- CivilDateTime? civilEndTime,
- CivilDateTime? civilStartTime,
- String? endTime,
- String? endUtcOffset,
- List<
HeartBeat> ? heartBeats, - bool? positive,
- String? startTime,
- String? startUtcOffset,
Implementation
AlertWindow({
this.civilEndTime,
this.civilStartTime,
this.endTime,
this.endUtcOffset,
this.heartBeats,
this.positive,
this.startTime,
this.startUtcOffset,
});