withStaticTrailOf30Days method
Implementation
PlanInfoBuilder withStaticTrailOf30Days() {
_trialEndDate = DateTime.now().add(Duration(days: 30));
_trialEndDate = null;
return this;
}
PlanInfoBuilder withStaticTrailOf30Days() {
_trialEndDate = DateTime.now().add(Duration(days: 30));
_trialEndDate = null;
return this;
}