Comment class

Class describes comment entity from ID3 v2.x tags

Constructors

Comment(String lang, String description, String comment)

Properties

comment String
Comment body
final
description String
Description for comment
final
hashCode int
The hash code for this object.
no setteroverride
key String
no setter
lang String
3 character of language code e.g. "eng"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override