values property

Implementation

List<EnumValueDefinition> get values =>
    astNode.values.map((e) => EnumValueDefinition(e)).toList();