withStandardPlan method

PlanInfoBuilder withStandardPlan()

Implementation

PlanInfoBuilder withStandardPlan() {
  _productId = 'standard:0';
  _displayName = 'Standard';
  _description = 'A test plan description';
  _trialLength = 30;
  _trialEndDate = null;
  _projectsLimit = 3;
  _projectProductInfo = _standardPlanBundledProjectProducts();
  return this;
}