contains method

bool contains(
  1. String id
)

Check if entity exists

Implementation

bool contains(String id) => _entities.containsKey(id);