ID3Decoder constructor

const ID3Decoder(
  1. List<int> bytes
)

Implementation

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