TlvMsg constructor

TlvMsg(
  1. int tag,
  2. Object? value
)

Implementation

TlvMsg(this.tag, this.value);