has method

bool has(
  1. String id
)

Implementation

bool has(String id) => containsEntry(id);