menu
paypal_sdk package
documentation
subscriptions.dart
PlanCollection
PlanCollection.new const constructor
PlanCollection.new const constructor
dark_mode
light_mode
PlanCollection
constructor
const
PlanCollection
(
{
required
List
<
Plan
>
plans
,
int
?
totalItems
,
int
?
totalPages
,
List
<
LinkDescription
>
?
links
,
})
Implementation
const PlanCollection( {required this.plans, this.totalItems, this.totalPages, this.links});
paypal_sdk package
documentation
subscriptions
PlanCollection
PlanCollection.new const constructor
PlanCollection class