Uint8List? getAttribute(EIRType type) { return attributes.containsKey(type) ? attributes[type] : null; }