VorbisComment constructor

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

Implementation

VorbisComment(this.name, this.data);