Returns true if this operation has attribute specified by name.
true
name
bool hasAttribute(String name) => isNotPlain && _attributes!.containsKey(name);