UsageInstruction constructor

UsageInstruction({
  1. String? type,
  2. String? value,
})

Implementation

UsageInstruction({
  this.type,
  this.value,
});