ID3V2_3Encoder constructor

ID3V2_3Encoder(
  1. List<int> bytes
)

Implementation

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