codeAttributeNames property

List<String?> codeAttributeNames
override

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

get codeAttributeNames => attributeNames;