NewSongDataAlbum class
- Available extensions
- Annotations
Constructors
- NewSongDataAlbum.new()
-
NewSongDataAlbum.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alias ↔ List?
-
getter/setter pair
- artist ↔ NewSongDataAlbumArtist?
-
getter/setter pair
-
artists
↔ List<
NewSongDataAlbumArtists> ? -
getter/setter pair
- blurPicUrl ↔ String?
-
getter/setter pair
- briefDesc ↔ String?
-
getter/setter pair
- commentThreadId ↔ String?
-
getter/setter pair
- company ↔ String?
-
getter/setter pair
- companyId ↔ int?
-
getter/setter pair
- copyrightId ↔ int?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- onSale ↔ bool?
-
getter/setter pair
- paid ↔ bool?
-
getter/setter pair
- pic ↔ int?
-
getter/setter pair
- picId ↔ int?
-
getter/setter pair
- picidStr ↔ String?
-
getter/setter pair
- picUrl ↔ String?
-
getter/setter pair
- publishTime ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ int?
-
getter/setter pair
- status ↔ int?
-
getter/setter pair
- subType ↔ String?
-
getter/setter pair
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{bool? paid, bool? onSale, int? picId, List< NewSongDataAlbumArtists> ? artists, String? briefDesc, int? publishTime, String? picUrl, String? commentThreadId, NewSongDataAlbumArtist? artist, int? copyrightId, String? company, String? subType, String? blurPicUrl, int? companyId, int? pic, int? status, String? description, List? alias, String? tags, String? name, int? id, String? type, int? size, String? picidStr}) → NewSongDataAlbum -
Available on NewSongDataAlbum, provided by the NewSongDataAlbumExtension 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