Selection.endAtDocument constructor

const Selection.endAtDocument(
  1. Object? snapshot
)

Implementation

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