EIR({EIRType? type, Uint8List? data}) { if (type != null) { this.type = type; } if (data != null) { this.data = data; } }