get method

MODEL? get(
  1. String? id
)

Implementation

MODEL? get(String? id) => _idMap[id];