TlvMsg.list constructor

TlvMsg.list(
  1. int tag,
  2. TlvList value
)

Implementation

TlvMsg.list(this.tag, TlvList this.value);