UsagePlanKey constructor

UsagePlanKey({
  1. String? id,
  2. String? name,
  3. String? type,
  4. String? value,
})

Implementation

UsagePlanKey({
  this.id,
  this.name,
  this.type,
  this.value,
});