EdgeConnectionsModel class
Constructors
- EdgeConnectionsModel.new({required NodeSocketModel source, required NodeSocketModel target, dynamic data})
Properties
- data → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → NodeSocketModel
-
final
- target → NodeSocketModel
-
final
Methods
-
copy(
{NodeSocketModel? source, NodeSocketModel? target, dynamic data}) → EdgeConnectionsModel - Returns a new copy with updated source and/or target sockets.
-
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) → EdgeConnectionsModel