DiagramNode class

Constructors

DiagramNode({required String id, required NodeType type, required Offset position, required Map<String, dynamic> properties, ElectricalNode? relatedNode})
DiagramNode.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
no setter
id String
final
label String
no setter
position Offset
getter/setter pair
properties Map<String, dynamic>
getter/setter pair
relatedNode ElectricalNode?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NodeType
final

Methods

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

Operators

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