TopArtistArtists class
- Available extensions
- Annotations
Constructors
- TopArtistArtists.new()
-
TopArtistArtists.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId ↔ int?
-
getter/setter pair
- albumSize ↔ int?
-
getter/setter pair
-
alias
↔ List<
String> ? -
getter/setter pair
- briefDesc ↔ String?
-
getter/setter pair
- fansCount ↔ int?
-
getter/setter pair
- followed ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- img1v1Id ↔ int?
-
getter/setter pair
- img1v1idStr ↔ String?
-
getter/setter pair
- img1v1Url ↔ String?
-
getter/setter pair
- isSubed ↔ bool?
-
getter/setter pair
- musicSize ↔ int?
-
getter/setter pair
- mvSize ↔ int?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- picId ↔ int?
-
getter/setter pair
- picidStr ↔ String?
-
getter/setter pair
- picUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topicPerson ↔ int?
-
getter/setter pair
- trans ↔ String?
-
getter/setter pair
- transNames ↔ dynamic
-
getter/setter pair
Methods
-
copyWith(
{String? name, int? id, int? picId, int? img1v1Id, String? briefDesc, String? picUrl, String? img1v1Url, int? albumSize, List< String> ? alias, String? trans, int? musicSize, int? topicPerson, bool? isSubed, int? accountId, String? picidStr, String? img1v1idStr, dynamic transNames, bool? followed, int? mvSize, int? fansCount}) → TopArtistArtists -
Available on TopArtistArtists, provided by the TopArtistArtistsExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited