Selection.endAt constructor

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

Implementation

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