Returns true if has a value.
true
@override bool get hasAttributeValue => _value != null && _value!.isNotEmpty;