fromWire static method

Implementation

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