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); }
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); }