ILBSubsettingConfig constructor

ILBSubsettingConfig({
  1. bool? enabled,
})

Implementation

ILBSubsettingConfig({
  this.enabled,
});