menu
tagflow package
documentation
legacy.dart
TagflowNode
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
attribute
)
Implementation
bool hasAttribute(String attribute) => attributes?.containsKey(attribute) ?? false;
tagflow package
documentation
legacy
TagflowNode
hasAttribute method
TagflowNode class