Metadata class

Constructors

Metadata({required String path, Duration? duration, String? title, String? album, Future<Artwork>? artwork, String? artist, String? genre, String? composer, int? trackNumber, int? trackCount, int? year})
const

Properties

album String?
final
artist String?
final
artwork Future<Artwork>?
final
composer String?
final
duration Duration?
final
genre String?
final
hashCode int
The hash code for this object.
no setterinherited
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
trackCount int?
final
trackNumber int?
final
year int?
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