BuilderComponentData class

Constructors

BuilderComponentData.new({required List<ComponentParameter> parameters, required List<IoDataTemplate> inputData, required List<IoDataTemplate> outputData, required bool isOnMenu, Color color = Colors.white, String name = ""})
BuilderComponentData.copy(BuilderComponentData data)
BuilderComponentData.fromJson(Map<String, dynamic> json)

Properties

color Color
final
hashCode int
The hash code for this object.
no setterinherited
inputData List<IoDataTemplate>
final
isHighlightVisible bool
getter/setter pair
isOnMenu bool
final
name String
getter/setter pair
outputData List<IoDataTemplate>
final
parameters List<ComponentParameter>
final
portData List<PortData>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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