NewAlbumAlbumsArtist class

Available extensions
Annotations

Constructors

NewAlbumAlbumsArtist.new()
NewAlbumAlbumsArtist.fromJson(Map<String, dynamic> json)
factory

Properties

albumSize int?
getter/setter pair
alias List?
getter/setter pair
briefDesc String?
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
musicSize 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 List<String>?
getter/setter pair

Methods

copyWith({int? img1v1Id, int? topicPerson, int? picId, String? briefDesc, int? musicSize, int? albumSize, String? picUrl, String? img1v1Url, bool? followed, String? trans, List? alias, String? name, int? id, String? picidStr, List<String>? transNames, String? img1v1idStr}) NewAlbumAlbumsArtist

Available on NewAlbumAlbumsArtist, provided by the NewAlbumAlbumsArtistExtension 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