bool hasTagValue(String key, String value) { return tags.firstWhereOrNull((test) => test.key == key && test.value == value) != null; }