SubscriptionPlanGroupsResponse constructor
const
SubscriptionPlanGroupsResponse({
- int? count,
- bool? hasNext,
- bool? hasPrevious,
- List<
SubscriptionPlanGroup> ? planGroups,
Implementation
const SubscriptionPlanGroupsResponse({
this.count,
this.hasNext,
this.hasPrevious,
this.planGroups,
});