Selection.endBeforeDocument constructor

const Selection.endBeforeDocument(
  1. Object? snapshot
)

Implementation

const Selection.endBeforeDocument(Object? snapshot)
    : this._(snapshot, type: Selections.endBeforeDocument);