DomName class
Metadata that specifies the DOM name associated with the element.
This is used for API generation.
name should be formatted as interface.member
.
class DomName { final String name; const DomName(this.name); }
Metadata that specifies the DOM name associated with the element.
This is used for API generation.
name should be formatted as interface.member
.
class DomName { final String name; const DomName(this.name); }