entry method

CommandProjectionEntry? entry(
  1. String commandId
)

The entry for commandId, or null if unseen.

Implementation

CommandProjectionEntry? entry(String commandId) => _entries[commandId];