Connection class abstract
- Implementers
Constructors
- Connection({required String connectionId, required String otherComponentId})
- Abstract class that represents connection of a component.
-
Connection.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionId → String
-
Id of this connection. It corresponds to link id.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- otherComponentId → String
-
Id of a component to which is the component connected.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
contains(
String id) → bool -
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