EthSignRequest constructor
Implementation
EthSignRequest(Pointer<Void> object) : super() {
nativeObject = object;
final response = nativeGetRequestId(nativeObject).ref;
final uuidBuffer = response.getString();
uuid = Uuid.unparse(hex.decode(uuidBuffer));
}