withStandardPlanTwoProfiles method
Implementation
PlanInfoBuilder withStandardPlanTwoProfiles() {
withStandardPlan();
_projectProductInfo = standardPlanTwoBundledProjectProfiles();
return this;
}
PlanInfoBuilder withStandardPlanTwoProfiles() {
withStandardPlan();
_projectProductInfo = standardPlanTwoBundledProjectProfiles();
return this;
}