LinkFivePlan constructor
LinkFivePlan({})
Implementation
LinkFivePlan({
required this.productId,
required this.planId,
required this.rootId,
required this.purchaseDate,
required this.endDate,
required this.storeType,
this.customerUserId,
this.isTrial,
this.familyName,
this.attributes,
this.duration,
});