resolve method

Implementation

InlineCountdownCampaignConfig resolve(VariableScope scope) =>
    InlineCountdownCampaignConfig(
      countdownConfig,
      resolvedConfig: countdownConfig.resolve(scope),
      defaultVariables: defaultVariables,
    );