PatchbayGestureDecision.allow constructor

const PatchbayGestureDecision.allow({
  1. Set<String> gateIds = const <String>{},
  2. int maxDurationMs = 30000,
  3. int maxPathPoints = 64,
  4. double maxVelocity = 20,
})

Implementation

const PatchbayGestureDecision.allow({
  this.gateIds = const <String>{},
  this.maxDurationMs = 30000,
  this.maxPathPoints = 64,
  this.maxVelocity = 20,
}) : rejectionCode = null,
     rejectionNotice = null;