InlineCountdownCampaignConfig constructor
const
InlineCountdownCampaignConfig(
- InlineCountdownConfig countdownConfig, {
- ResolvedInlineCountdownConfig? resolvedConfig,
- List<
VariableSchema> defaultVariables = const <VariableSchema>[],
Implementation
const InlineCountdownCampaignConfig(
this.countdownConfig, {
this.resolvedConfig,
super.defaultVariables,
});