hasAttributes property
bool
get
hasAttributes
Returns true if this element has attributes.
Implementation
bool get hasAttributes => _attributes?.isNotEmpty ?? false;
Returns true if this element has attributes.
bool get hasAttributes => _attributes?.isNotEmpty ?? false;