isAttribute property
bool
get
isAttribute
Is this an attribute?
Implementation
bool get isAttribute {
return name.startsWith(r'@');
}
Is this an attribute?
bool get isAttribute {
return name.startsWith(r'@');
}