ActionCall constructor

ActionCall({
  1. String actionId = '',
  2. String callId = '',
  3. String callArgumentsJson = '',
})

Implementation

ActionCall({
    this.actionId = '',
    this.callId = '',
    this.callArgumentsJson = '',
});