TlvMsg.bytes constructor

TlvMsg.bytes(
  1. int tag,
  2. Uint8List value
)

Implementation

TlvMsg.bytes(this.tag, Uint8List this.value);