withCancelled method

SubscriptionInfoBuilder withCancelled(
  1. bool cancelled
)

Implementation

SubscriptionInfoBuilder withCancelled(final bool cancelled) {
  _cancelled = cancelled;
  return this;
}