Returns true if has a value.
true
@override bool get hasAttributeValue { final value = _value; return value != null && value.isNotEmpty; }