Result class abstract

Abstract base for all search results.

Implementers

Constructors

Result()

Properties

album String?
Album of the song.
no setter
artists List<String>
Artist(s) of the song.
no setter
dlUrl String?
URL to a downloadable stream from the given source.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sDuration int
Duration of the song in seconds.
no setter
source Source
Source of the song.
no setter
srcUrl String
URL of the song from the given source.
no setter
title String
Title of the song.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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