ID3Encoder constructor

const ID3Encoder(
  1. List<int> bytes
)

Implementation

const ID3Encoder(List<int> bytes) : _bytes = bytes;