fromWire static method
Implementation
static PatchbaySnapshotCondition fromWire(
PatchbaySnapshotConditionWire wire,
) => switch (wire) {
PatchbaySnapshotConditionWire.exists => exists,
PatchbaySnapshotConditionWire.absent => absent,
PatchbaySnapshotConditionWire.equals => equals,
};