SubscriptionListResponse constructor Null safety
Implementation
SubscriptionListResponse({
required this.kind,
required this.etag,
this.nextPageToken,
this.prevPageToken,
required this.pageInfo,
required this.items,
});
SubscriptionListResponse({
required this.kind,
required this.etag,
this.nextPageToken,
this.prevPageToken,
required this.pageInfo,
required this.items,
});