flowStartingPoints property

  1. @JsonKey(defaultValue: [])
List<FlowStartingPoint> flowStartingPoints
final

An array of starting points for flows attached to the canvas.

Implementation

@JsonKey(defaultValue: [])
final List<FlowStartingPoint> flowStartingPoints;