MetadataV1Body class

Inheritance

Constructors

MetadataV1Body({String? title, String? artist, String? album, String? year, String? comment, int? track, int? genre})
const

Properties

album String?
final
artist String?
final
comment String?
final
genre int?
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?
final
track int?
final
year String?
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