Selection.startAfterDocument constructor

const Selection.startAfterDocument(
  1. Object? snapshot
)

Implementation

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