ActionCallResult constructor

ActionCallResult({
  1. String callId = '',
  2. String resultJson = '',
})

Implementation

ActionCallResult({
    this.callId = '',
    this.resultJson = '',
});