ActionCall2 constructor

ActionCall2({
  1. String actionId = '',
  2. String payloadJson = '',
  3. String callId = '',
})

Implementation

ActionCall2({
    this.actionId = '',
    this.payloadJson = '',
    this.callId = '',
});