SubscriptionPlanGroupsResponse constructor

const SubscriptionPlanGroupsResponse({
  1. int? count,
  2. bool? hasNext,
  3. bool? hasPrevious,
  4. List<SubscriptionPlanGroup>? planGroups,
})

Implementation

const SubscriptionPlanGroupsResponse({
  this.count,
  this.hasNext,
  this.hasPrevious,
  this.planGroups,
});