ResourceCommitment constructor

ResourceCommitment({
  1. String? acceleratorType,
  2. String? amount,
  3. String? type,
})

Implementation

ResourceCommitment({
  this.acceleratorType,
  this.amount,
  this.type,
});