SubscriptionsResourcePauseCollection constructor

const SubscriptionsResourcePauseCollection({
  1. required SubscriptionPauseCollectionBehavior behavior,
  2. DateTime? resumesAt,
})

SubscriptionsResourcePauseCollection

The Pause Collection settings determine how we will pause collection for this subscription and for how long the subscription should be paused.

Implementation

const SubscriptionsResourcePauseCollection({
  required this.behavior,
  this.resumesAt,
});