QueuedProvisioning constructor

QueuedProvisioning({
  1. bool? enabled,
})

Implementation

QueuedProvisioning({
  this.enabled,
});