PatchbaySemanticsIdentifierMatch constructor

const PatchbaySemanticsIdentifierMatch({
  1. required int nodeId,
  2. required int generation,
  3. required String value,
  4. required bool obscured,
  5. required bool invisible,
})

Implementation

const PatchbaySemanticsIdentifierMatch({
  required this.nodeId,
  required this.generation,
  required this.value,
  required this.obscured,
  required this.invisible,
});