InlineCountdownCampaignConfig constructor

const InlineCountdownCampaignConfig(
  1. InlineCountdownConfig countdownConfig, {
  2. ResolvedInlineCountdownConfig? resolvedConfig,
  3. List<VariableSchema> defaultVariables = const <VariableSchema>[],
})

Implementation

const InlineCountdownCampaignConfig(
  this.countdownConfig, {
  this.resolvedConfig,
  super.defaultVariables,
});