ArtistSortType enum

Enumeration values that define artist sorting.

Inheritance

Constructors

ArtistSortType()
const

Values

DEFAULT → const ArtistSortType

Returns the artists using the platform specific ordering mechanism. In android platform will return artists in alphabetical order using artist name property as sort param

MORE_ALBUMS_NUMBER_FIRST → const ArtistSortType

Returns the artists sorted using the number of albums as sorting parameter. In this case the artists with more number of albums comes first.

LESS_ALBUMS_NUMBER_FIRST → const ArtistSortType

Returns the artists sorted using the number of albums as sorting parameter. In this case the artists with less number of albums comes first.

MORE_TRACKS_NUMBER_FIRST → const ArtistSortType

Returns the artists sorted using the number of tracks as sorting parameter. In this case the artists with more number of tracks comes first.

LESS_TRACKS_NUMBER_FIRST → const ArtistSortType

Returns the artists sorted using the number of tracks as sorting parameter. In this case the artists with less number of tracks comes first.

CURRENT_IDs_ORDER → const ArtistSortType

Return the songs sorted by Ids using the same order that IDs appears in IDs query argument list.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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<ArtistSortType>
A constant List of the values in this enum, in order of their declaration.