Kara class
KARA implementation in Dart.
Constructors
Properties
- album → String
-
Album name of the song.
final
- artist → String
-
Artist name used for display.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languages
→ List<
String> -
TODO: document
final
-
lines
→ List<
KaraLine> -
TODO: document
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
singers
→ List<
String> -
List of singers who sing the song.
TODO: document
final
- title → String
-
Title of a song.
final
- year → int
-
Year of album release.
final
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