FlacMetaBlock constructor

FlacMetaBlock(
  1. int type,
  2. List<int> data
)

Implementation

FlacMetaBlock(this.type, this.data);