LicensingConfig constructor

const LicensingConfig({
  1. int delay = 0,
})

Implementation

const LicensingConfig({
  this.delay = 0,
});