PatchbayRejectionWire constructor
const
PatchbayRejectionWire({})
Creates a fully validated wire value.
Implementation
const PatchbayRejectionWire({
required this.code,
required this.notice,
required this.details,
});
Creates a fully validated wire value.
const PatchbayRejectionWire({
required this.code,
required this.notice,
required this.details,
});