UsagePlanKeys constructor

UsagePlanKeys({
  1. List<UsagePlanKey>? items,
  2. String? position,
})

Implementation

UsagePlanKeys({
  this.items,
  this.position,
});