AttachedPicture class

Class describes attached picture from ID3 v2.x tags

Constructors

AttachedPicture(String mime, int imageTypeCode, String description, List<int> imageData)
AttachedPicture.base64(String mime, int imageTypeCode, String description, String base64Image)

Properties

description String
The description for artwork ussualy filename
final
hashCode int
The hash code for this object.
no setteroverride
imageData List<int>
The byte array of image data
final
imageData64 String
Returns image data as BASE64 string
no setter
imageType String
Returns String representation of image type.
no setter
imageTypeCode int
The image type represents as byte.
final
key String
no setter
mime String
MIME type of image
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