Selection.startAtDocument constructor

const Selection.startAtDocument(
  1. Object? snapshot
)

Implementation

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