Selection.startAfter constructor

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

Implementation

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