ActionFunctionCall constructor
ActionFunctionCall({
- String functionId = '',
- String callId = '',
- String instanceId = '',
- String functionName = '',
- List<
FunctionParameter> parameters = const [], - List<
ScopeEntry> scopes = const [], - String version = '',
- 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 [],
});