Selection.startAt constructor

const Selection.startAt(
  1. Iterable<Object?>? values
)

Implementation

const Selection.startAt(Iterable<Object?>? values)
    : this._(values, type: Selections.startAt);