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