PatchbayResponseSchema constructor

const PatchbayResponseSchema({
  1. required PatchbayResponseValueSchema accepted,
  2. Map<String, PatchbayResponseValueSchema> terminal = const {},
})

Implementation

const PatchbayResponseSchema({
  required this.accepted,
  this.terminal = const {},
});