EverythingSort enum
sort mode for query results
- Inheritance
- Implemented types
- Available extensions
Values
- nameAscending → const EverythingSort
-
sort by name ascending
const EverythingSort(EVERYTHING_SORT_NAME_ASCENDING) - nameDescending → const EverythingSort
-
sort by name descending
const EverythingSort(EVERYTHING_SORT_NAME_DESCENDING) - pathAscending → const EverythingSort
-
sort by path ascending
const EverythingSort(EVERYTHING_SORT_PATH_ASCENDING) - pathDescending → const EverythingSort
-
sort by path descending
const EverythingSort(EVERYTHING_SORT_PATH_DESCENDING) - sizeAscending → const EverythingSort
-
sort by size ascending
const EverythingSort(EVERYTHING_SORT_SIZE_ASCENDING) - sizeDescending → const EverythingSort
-
sort by size descending
const EverythingSort(EVERYTHING_SORT_SIZE_DESCENDING) - extensionAscending → const EverythingSort
-
sort by extension ascending
const EverythingSort(EVERYTHING_SORT_EXTENSION_ASCENDING) - extensionDescending → const EverythingSort
-
sort by extension descending
const EverythingSort(EVERYTHING_SORT_EXTENSION_DESCENDING) - typeNameAscending → const EverythingSort
-
sort by type name ascending
const EverythingSort(EVERYTHING_SORT_TYPE_NAME_ASCENDING) - typeNameDescending → const EverythingSort
-
sort by type name descending
const EverythingSort(EVERYTHING_SORT_TYPE_NAME_DESCENDING) - dateCreatedAscending → const EverythingSort
-
sort by date created ascending
const EverythingSort(EVERYTHING_SORT_DATE_CREATED_ASCENDING) - dateCreatedDescending → const EverythingSort
-
sort by date created descending
const EverythingSort(EVERYTHING_SORT_DATE_CREATED_DESCENDING) - dateModifiedAscending → const EverythingSort
-
sort by date modified ascending
const EverythingSort(EVERYTHING_SORT_DATE_MODIFIED_ASCENDING) - dateModifiedDescending → const EverythingSort
-
sort by date modified descending
const EverythingSort(EVERYTHING_SORT_DATE_MODIFIED_DESCENDING) - attributesAscending → const EverythingSort
-
sort by attributes ascending
const EverythingSort(EVERYTHING_SORT_ATTRIBUTES_ASCENDING) - attributesDescending → const EverythingSort
-
sort by attributes descending
const EverythingSort(EVERYTHING_SORT_ATTRIBUTES_DESCENDING) - fileListFilenameAscending → const EverythingSort
-
sort by file list filename ascending
const EverythingSort(EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING) - fileListFilenameDescending → const EverythingSort
-
sort by file list filename descending
const EverythingSort(EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING) - runCountAscending → const EverythingSort
-
sort by run count ascending
const EverythingSort(EVERYTHING_SORT_RUN_COUNT_ASCENDING) - runCountDescending → const EverythingSort
-
sort by run count descending
const EverythingSort(EVERYTHING_SORT_RUN_COUNT_DESCENDING) - dateRecentlyChangedAscending → const EverythingSort
-
sort by date recently changed ascending
const EverythingSort(EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING) - dateRecentlyChangedDescending → const EverythingSort
-
sort by date recently changed descending
const EverythingSort(EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING) - dateAccessedAscending → const EverythingSort
-
sort by date accessed ascending
const EverythingSort(EVERYTHING_SORT_DATE_ACCESSED_ASCENDING) - dateAccessedDescending → const EverythingSort
-
sort by date accessed descending
const EverythingSort(EVERYTHING_SORT_DATE_ACCESSED_DESCENDING) - dateRunAscending → const EverythingSort
-
sort by date run ascending
const EverythingSort(EVERYTHING_SORT_DATE_RUN_ASCENDING) - dateRunDescending → const EverythingSort
-
sort by date run descending
const EverythingSort(EVERYTHING_SORT_DATE_RUN_DESCENDING) - unknow → const EverythingSort
-
const EverythingSort(-1)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- val → int
-
the value defined in C code
final
Methods
-
compareTo(
EverythingSort other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EverythingSort> - A constant List of the values in this enum, in order of their declaration.