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);
}
Constructors
const DomName(String name) #
const DomName(this.name);
Properties
final String name #
name