TlvMsg.text constructor

TlvMsg.text(
  1. int tag,
  2. String value
)

Implementation

TlvMsg.text(this.tag, String this.value);