wire property

Implementation

PatchbaySnapshotConditionWire get wire => switch (this) {
  PatchbaySnapshotCondition.exists => PatchbaySnapshotConditionWire.exists,
  PatchbaySnapshotCondition.absent => PatchbaySnapshotConditionWire.absent,
  PatchbaySnapshotCondition.equals => PatchbaySnapshotConditionWire.equals,
};