TLV constructor

TLV(
  1. String tag,
  2. int length,
  3. String value
)

Implementation

TLV(this.tag, this.length, this.value);