EnableAddOnResult constructor

EnableAddOnResult({
  1. List<Operation>? operations,
})

Implementation

EnableAddOnResult({
  this.operations,
});