values constant
Implementation
static const List<FileAttributes> values = [
normal,
readOnly,
directory,
archive,
temporary,
locallyIncomplete
];
static const List<FileAttributes> values = [
normal,
readOnly,
directory,
archive,
temporary,
locallyIncomplete
];