remove method

MODEL? remove(
  1. String id
)

Implementation

MODEL? remove(String id) => _idMap.remove(id);