SnapshotAttributeToSortBy enum
Constants
- createTime → const SnapshotAttributeToSortBy
-
@_s.JsonValue('CREATE_TIME')
const SnapshotAttributeToSortBy(2)
- sourceType → const SnapshotAttributeToSortBy
-
@_s.JsonValue('SOURCE_TYPE')
const SnapshotAttributeToSortBy(0)
- totalSize → const SnapshotAttributeToSortBy
-
@_s.JsonValue('TOTAL_SIZE')
const SnapshotAttributeToSortBy(1)
-
values
→ const List<
SnapshotAttributeToSortBy> -
A constant List of the values in this enum, in order of their declaration.
const List<
SnapshotAttributeToSortBy>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited