EnterpriseCrmFrontendsEventbusProtoWorkflowParameters class

LINT.IfChange This is the frontend version of WorkflowParameters.

It's exactly like the backend version except that instead of flattening protobuf parameters and treating every field and subfield of a protobuf parameter as a separate parameter, the fields/subfields of a protobuf parameter will be nested as "children" (see 'children' field below) parameters of the parent parameter. Please refer to enterprise/crm/eventbus/proto/workflow_parameters.proto for more information about WorkflowParameters.

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters List<EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry>?
Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited