Tag class

Constructors

Tag({String? title, String? artist, String? genre, String? trackNumber, String? trackTotal, String? discNumber, String? discTotal, String? lyrics, String? comment, String? album, String? albumArtist, String? year, String? artwork})
Tag.fromMap(Map map)

Properties

album String?
getter/setter pair
albumArtist String?
getter/setter pair
artist String?
getter/setter pair
artwork String?
getter/setter pair
comment String?
getter/setter pair
discNumber String?
getter/setter pair
discTotal String?
getter/setter pair
genre String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lyrics String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
trackNumber String?
getter/setter pair
trackTotal String?
getter/setter pair
year String?
getter/setter pair

Methods

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

Operators

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