StarSubscriptions constructor
StarSubscriptions({
- StarAmount? starAmount,
- required List<
StarSubscription> subscriptions, - required int requiredStarCount,
- required String nextOffset,
Implementation
StarSubscriptions({
this.starAmount,
required this.subscriptions,
required this.requiredStarCount,
required this.nextOffset,
});