SMHRecentlyOrderBy enum Null safety

Inheritance

Constructors

SMHRecentlyOrderBy()
const

Values

name → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
modificationTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
size → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
removalTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
remainingTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
joinTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
creationTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()
visitTime → const SMHRecentlyOrderBy
SMHRecentlyOrderBy()

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<SMHRecentlyOrderBy>
A constant List of the values in this enum, in order of their declaration.
[name, modificationTime, size, removalTime, remainingTime, joinTime, creationTime, visitTime]