EIR.fromBytes constructor

EIR.fromBytes(
  1. Uint8List bytes
)

Implementation

EIR.fromBytes(Uint8List bytes) {
  this.bytes = bytes;
}