present method

bool present()

Whether the entry is currently present (some add-tag not shadowed).

Implementation

bool present() => _adds.difference(_removes).isNotEmpty;