SongApi mixin
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
newSongs(
{int type = 0, bool total = true}) → Future< NewSongEntity?> - 新歌速递
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
songDetail(
{required List< String> ids}) → Future<SongDetailEntity?> -
歌曲详情
ids
歌曲id数组 不可超过1000 -
songLikeCheck(
{required List< String> ids}) → Future<SongLikeCheckEntity?> -
检查歌曲是否被喜欢
ids
歌曲id数组 -
songLikeCount(
{required int id}) → Future< SongQualityDetailEntity?> -
歌曲被喜欢数量
id
歌曲id -
songQualityDetail(
{required int id}) → Future< SongQualityDetailEntity?> -
歌曲音质详情
id
歌曲id -
songUrl(
{required List< String> ids, String level = 'standard', String encodeType = 'flac'}) → Future<SongUrlEntity?> - 歌曲地址
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited