Selection.from constructor

const Selection.from(
  1. Object? snapshot,
  2. Selections type
)

Implementation

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