withEndDate method

SubscriptionInfoBuilder withEndDate(
  1. DateTime? endDate
)

Implementation

SubscriptionInfoBuilder withEndDate(final DateTime? endDate) {
  _endDate = endDate;
  return this;
}