codeAttributeNames property
Return the list of attribute names to use when generating code. This may be different from attributeNames if there are multiple aliases that map to the same clause.
Implementation
List<String> get codeAttributeNames => attributeNames;