RecommendSongData class
- Available extensions
- Annotations
Constructors
- RecommendSongData.new()
-
RecommendSongData.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dailySongs
↔ List<
RecommendSongDataDailySongs> ? -
getter/setter pair
- demote ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mvResourceInfos ↔ dynamic
-
getter/setter pair
- orderSongs ↔ List?
-
getter/setter pair
-
recommendReasons
↔ List<
RecommendSongDataRecommendReasons> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< RecommendSongDataDailySongs> ? dailySongs, List? orderSongs, List<RecommendSongDataRecommendReasons> ? recommendReasons, dynamic mvResourceInfos, bool? demote}) → RecommendSongData -
Available on RecommendSongData, provided by the RecommendSongDataExtension 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