present method
Whether the entry is currently present (some add-tag not shadowed).
Implementation
bool present() => _adds.difference(_removes).isNotEmpty;
Whether the entry is currently present (some add-tag not shadowed).
bool present() => _adds.difference(_removes).isNotEmpty;