isOriginEnumValues property

bool get isOriginEnumValues

Whether the field is the values field of an enum.

When this is true, isOriginDeclaration, isOriginGetterSetter, and isOriginDeclaringFormalParameter are false.

Implementation

bool get isOriginEnumValues;