PortData class

Constructors

PortData.new({required String id, required String type, required String name, required bool isMandatory, required bool isInput, required Size size, required Alignment alignmentOnComponent, required BuilderStyle builderStyle})

Properties

alignmentOnComponent Alignment
final
builderStyle BuilderStyle
final
color Color
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
final
isInput bool
final
isMandatory bool
final
name String
final
portState PortState
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final
type String
final

Methods

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

Operators

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