AppValidationOutput constructor

AppValidationOutput({
  1. SSMOutput? ssmOutput,
})

Implementation

AppValidationOutput({
  this.ssmOutput,
});