Returns true if an attribute's string matches this value. Used by @ifEquals.
true
@ifEquals
static Converter<bool> ifEquals(value) => (s) => value == s;