JidoujishoLyrics class

Used for searching lyrics.

Constructors

JidoujishoLyrics({required String? text, required bool includesArtist})
Initialise an instance of this class.
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
includesArtist bool
Whether or not the artist was used for the search.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
text String?
Text of the lyrics.
final

Methods

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

Operators

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