PlanCollection constructor

const PlanCollection({
  1. required List<Plan> plans,
  2. int? totalItems,
  3. int? totalPages,
  4. List<LinkDescription>? links,
})

Implementation

const PlanCollection(
    {required this.plans, this.totalItems, this.totalPages, this.links});