ActionFunctionAwaitingApproval constructor

ActionFunctionAwaitingApproval({
  1. String callId = '',
  2. String approvalId = '',
  3. String functionName = '',
  4. String reason = '',
  5. int timeoutSeconds = 0,
})

Implementation

ActionFunctionAwaitingApproval({
    this.callId = '',
    this.approvalId = '',
    this.functionName = '',
    this.reason = '',
    this.timeoutSeconds = 0,
});