NodeOutput class

Inheritance
Implementers

Constructors

NodeOutput({required String id, required List<String> next, AnchorType? anchorType, String? from, String? to, AnchorOrientation? orientation, bool isAnchor = false, List<String> passedIncomes = const [], List<String> renderIncomes = const [], int? childrenOnMatrix, AnchorMargin? anchorMargin})

Properties

anchorMargin AnchorMargin?
getter/setter pair
anchorType AnchorType?
getter/setter pair
childrenOnMatrix int?
getter/setter pair
from String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isAnchor bool
getter/setter pair
next List<String>
finalinherited
orientation AnchorOrientation?
getter/setter pair
passedIncomes List<String>
getter/setter pair
renderIncomes List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
getter/setter pair

Methods

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

Operators

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