AlbumApi 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

albumInfo({required int id}) Future<AlbumInfoEntity?>
专辑内容
artistAlbum({required int id, int limit = 30, int offset = 0, bool total = true}) → void
歌手专辑
newAlbum({int limit = 30, int offset = 0, String area = 'ALL', bool total = true}) Future<NewAlbumEntity?>
最新专辑
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