wire property

Implementation

PatchbaySnapshotMissWire get wire => switch (this) {
  PatchbaySnapshotMiss.missingKey => PatchbaySnapshotMissWire.missingKey,
  PatchbaySnapshotMiss.nullValue => PatchbaySnapshotMissWire.nullValue,
  PatchbaySnapshotMiss.notAnObject => PatchbaySnapshotMissWire.notAnObject,
};