DomName class
Annotation that specifies that a member is editable through generate files.
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) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object
const DomName(this.name);
Properties
final String name #
final String name