PatchbayRevealDecision.allow constructor

const PatchbayRevealDecision.allow({
  1. Set<String> gateIds = const <String>{},
  2. int maxSteps = 40,
  3. int maxDurationMs = 30000,
})

Implementation

const PatchbayRevealDecision.allow({
  this.gateIds = const <String>{},
  this.maxSteps = 40,
  this.maxDurationMs = 30000,
}) : rejectionCode = null,
     rejectionNotice = null;