bool isAttribute

Is this an attribute?

Source

bool get isAttribute {
  return name.startsWith(r'@');
}