WorkflowNode class

Constructors

WorkflowNode({required String id, required Offset initialPosition, NodeType initialType = NodeType.condition, String initialTitle = '', String initialDescription = '', Map<String, dynamic>? initialProperties})

Properties

description → Signal<String>
final
falseConnection WorkflowNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
final
isSelected → Signal<bool>
final
nextConnection WorkflowNode?
getter/setter pair
position → Signal<Offset>
final
properties → Signal<Map<String, dynamic>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title → Signal<String>
final
trueConnection WorkflowNode?
getter/setter pair
type → Signal<NodeType>
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

Static Methods

fromJson(Map<String, dynamic> json, Offset position) WorkflowNode