PlanInfoBuilder constructor

PlanInfoBuilder()

Implementation

PlanInfoBuilder() : _projectProductInfo = const [] {
  final starterProduct = _starterPlanBundledProjectProduct();
  _productId = 'early-access:0';
  _planType = PlanType.unknown;
  _projectProduct = starterProduct;
  _displayName = 'Early Access';
  _description = 'A test plan description';
  _trialLength = 7;
  _trialEndDate = null;
  _projectsLimit = 3;
  _projectProductInfo = [starterProduct];
}