withGrowthPlan method

PlanInfoBuilder withGrowthPlan()

Implementation

PlanInfoBuilder withGrowthPlan() {
  _productId = 'growth:0';
  _displayName = 'Growth';
  _description = 'A test plan description';
  _trialLength = 30;
  _trialEndDate = null;
  _projectsLimit = 3;
  return this;
}