ConnectionIn class

Inheritance

Constructors

ConnectionIn({required dynamic connectionId, required dynamic otherComponentId})
Connection type that is saved to target component connection.

Properties

connectionId String
Id of this connection. It corresponds to link id.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
otherComponentId String
Id of a component to which is the component connected.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(String id) bool
inherited
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