ID3MetataInfo class

Constructors

ID3MetataInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
range MetadataRange
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enterListContainer(String name) → void
enterMapContainer(String name) → void
leaveContainer() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set({required dynamic value, required String key, String? desc}) → void
setRangeLength(int length) → void
Set length of the range
setRangeStart(int start) → void
Set start of the range
toString() String
A string representation of this object.
override
toTagMap() Map<String, dynamic>
Obtain id3 tag information in the form of a dictionary.

Operators

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