withStaticTrailOf30Days method

PlanInfoBuilder withStaticTrailOf30Days()

Implementation

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