ID3V2_4Encoder constructor

ID3V2_4Encoder(
  1. List<int> bytes
)

Implementation

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