PatchbayResponseSchema constructor
const
PatchbayResponseSchema({
- required PatchbayResponseValueSchema accepted,
- Map<
String, PatchbayResponseValueSchema> terminal = const {},
Implementation
const PatchbayResponseSchema({
required this.accepted,
this.terminal = const {},
});