EIR.fromTypeNum constructor

EIR.fromTypeNum(
  1. int typeNum,
  2. Uint8List data
)

Implementation

EIR.fromTypeNum(int typeNum, this.data) {
  this.typeNum = typeNum;
}