ID3V2p3Encoder constructor

ID3V2p3Encoder(
  1. List<int> bytes
)

Implementation

ID3V2p3Encoder(super.bytes) : _output = List.from(bytes);