Recommendations class

Json representation of the recommendations

Annotations
  • @JsonSerializable()

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seeds List<RecommendationsSeed>?
A List of RecommendationsSeed objects.
getter/setter pair
tracks List<TrackSimple>?
A List of TrackSimple objects ordered according to the parameters supplied.
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited