PatchbaySemanticsActionDecision.allow constructor

const PatchbaySemanticsActionDecision.allow({
  1. Set<String> gateIds = const <String>{},
  2. bool sensitiveInput = false,
})

Implementation

const PatchbaySemanticsActionDecision.allow({
  this.gateIds = const <String>{},
  this.sensitiveInput = false,
}) : rejectionCode = null,
     rejectionNotice = null;