DataElement constructor

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

Constructs a DataElement with type and value.

Implementation

DataElement(this.type, this.value);