withHackathon2025 method
Implementation
PlanInfoBuilder withHackathon2025() {
_productId = 'hackathon-25:0';
_displayName = 'Hackathon 2025';
_description = 'A test plan description';
_trialLength = 91;
_trialEndDate = DateTime.now().add(Duration(days: 91));
_projectsLimit = 1;
return this;
}