ActionFunctionCall constructor

ActionFunctionCall({
  1. String functionId = '',
  2. String callId = '',
  3. String instanceId = '',
  4. String functionName = '',
  5. List<FunctionParameter> parameters = const [],
  6. List<ScopeEntry> scopes = const [],
  7. String version = '',
  8. List<UserCredentialEntry> userCredentials = const [],
})

Implementation

ActionFunctionCall({
    this.functionId = '',
    this.callId = '',
    this.instanceId = '',
    this.functionName = '',
    this.parameters = const [],
    this.scopes = const [],
    this.version = '',
    this.userCredentials = const [],
});