OSPolicyResourceConfigStep constructor

OSPolicyResourceConfigStep({
  1. String? errorMessage,
  2. String? outcome,
  3. String? type,
})

Implementation

OSPolicyResourceConfigStep({
  this.errorMessage,
  this.outcome,
  this.type,
});