StepVariant class

Annotations
  • @JsonSerializable()

Constructors

StepVariant.new({required String id, String? uuid, String? stepId, StepIssues? issues, String? name, List<MessageFilter>? filters, String? templateId, String? parentId, MessageTemplate? template, bool? active, bool? shouldStopOnFail, ReplyCallback? replyCallback, Map<String, dynamic>? controlVariables, String? bridgeUrl})
StepVariant.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
final
bridgeUrl String?
final
controlVariables Map<String, dynamic>?
final
filters List<MessageFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
issues StepIssues?
final
name String?
final
parentId String?
final
replyCallback ReplyCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldStopOnFail bool?
final
stepId String?
final
template MessageTemplate?
final
templateId String?
final
uuid String?
final

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