isAttribute property

bool get isAttribute

Is this an attribute?

Implementation

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