VALUES constant

List<FileKind> const VALUES

A list containing all of the enum values that are defined.

Implementation

static const List<FileKind> VALUES = <FileKind>[LIBRARY, PART];