TextFrameContent<TModel extends TextModel> class abstract

Inheritance
Implementers

Constructors

TextFrameContent(TModel model)
TextFrameContent.create(Id3Header header, TModel model)
factory
TextFrameContent.decode(Id3Header header, FrameHeader frameHeader, List<int> bytes, int startIndex, int size)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
model ↔ TModel
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() List<int>
override
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.
inherited