menu
html package
documentation
dom.dart
AttributeName
AttributeName const constructor
AttributeName const constructor
dark_mode
light_mode
AttributeName
constructor
const
AttributeName
(
String
?
prefix
,
String
name
,
String
namespace
)
Implementation
const AttributeName(this.prefix, this.name, this.namespace);
html package
documentation
dom
AttributeName
AttributeName const constructor
AttributeName class