ConnectionParams class
Connection parameters.
Constructors
-
ConnectionParams({required String destElementId, required ArrowParams arrowParams, List<
Pivot> ? pivots}) - ConnectionParams.fromJson(String source)
-
factory
-
ConnectionParams.fromMap(Map<
String, dynamic> map) -
factory
Properties
- arrowParams → ArrowParams
-
Arrow parameters.
final
- destElementId → String
-
Unique element ID where this connection points.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pivots
→ List<
Pivot> -
List of pivot points for the segmented arrow style.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited