NewSongDataArtists class

Available extensions
Annotations

Constructors

NewSongDataArtists.new()
NewSongDataArtists.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
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

Methods

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

Available on NewSongDataArtists, provided by the NewSongDataArtistsExtension 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