contains method

bool contains(
  1. String id
)

Check if entity exists

Implementation

bool contains(String id) => value.contains(id);