Metadata class

The metadata of the currently playing file that will be shown in the OS's media controller.

Constructors

Metadata({String? title, String? artist, String? album, String? artUri, Uint8List? artBytes})
const

Properties

album String?
The album that the song is in.
final
artBytes Uint8List?
The song's art in the form of a byte array.
final
artist String?
The artist/creator of the file.
final
artUri String?
A URI that points to the art for this song.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the file.
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