InstanceMonitoring constructor

InstanceMonitoring({
  1. bool? enabled,
})

Implementation

InstanceMonitoring({
  this.enabled,
});