CountdownTimerLiveActivityPayload constructor
const
CountdownTimerLiveActivityPayload({})
Implementation
const CountdownTimerLiveActivityPayload({
required this.header,
required this.title,
this.statusMessage,
this.endTime,
}) : super(LiveActivityTemplate.countdownTimer);