CodecInfo constructor

CodecInfo(
  1. String name,
  2. String tag,
  3. int code,
  4. String status,
  5. String description,
)

Implementation

CodecInfo(this.name, this.tag, this.code, this.status, this.description);