SpotifyMetadata class

Model to deserialize json response

Constructors

SpotifyMetadata({required String html, required int width, required int height, required String version, required String providerName, required String providerUrl, required String type, required String title, required String thumbnailUrl, required int thumbnailWidth, required int thumbnailHeight})
SpotifyMetadata.fromJson(String str)
factory
SpotifyMetadata.fromMap(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
html String
final
providerName String
final
providerUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailHeight int
final
thumbnailUrl String
final
thumbnailWidth int
final
title String
final
type String
final
version String
final
width int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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