ID3Frame constructor

ID3Frame(
  1. List<int> name,
  2. List<int> data
)

Implementation

ID3Frame(this.name, this.data);