get method

MountRecord? get(
  1. String id
)

The mount with id, or null.

Implementation

MountRecord? get(String id) => store.mounts[id];