CountdownViewed constructor

const CountdownViewed({
  1. required String slotKey,
  2. String? screenName,
})

Implementation

const CountdownViewed({required this.slotKey, this.screenName});