OperationManagedZoneContext constructor

OperationManagedZoneContext({
  1. ManagedZone? newValue,
  2. ManagedZone? oldValue,
})

Implementation

OperationManagedZoneContext({
  this.newValue,
  this.oldValue,
});