DataElement constructor

DataElement(
  1. int type,
  2. Uint8List value
)

Implementation

DataElement(this.type, this.value);