Node class

Represents a node in the workflow

Constructors

Node({required String id, required String name, required String type, List<double>? position, Map<String, dynamic>? parameters, Map<String, dynamic>? credentials, bool? disabled, String? notes, bool? notesInFlow, int? retryOnFail, int? maxTries, int? waitBetweenTries, bool? continueOnFail, bool? pairedItem, String? onError, dynamic typeVersion, bool? alwaysOutputData, bool? executeOnce})
Node.fromJson(Map<String, dynamic> json)
factory

Properties

alwaysOutputData bool?
final
continueOnFail bool?
final
credentials Map<String, dynamic>?
final
disabled bool?
final
executeOnce bool?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
maxTries int?
final
name String
final
notes String?
final
notesInFlow bool?
final
onError String?
final
pairedItem bool?
final
parameters Map<String, dynamic>?
final
position List<double>?
final
retryOnFail int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
typeVersion → dynamic
final
waitBetweenTries int?
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