Selection.endBefore constructor

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

Implementation

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