ResourceCommitment constructor

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

Implementation

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