CallFunctionRequest constructor

CallFunctionRequest({
  1. String? data,
})

Implementation

CallFunctionRequest({
  this.data,
});