Select constructor

Select(
  1. Object path,
  2. Expr from, {
  3. Expr? default_,
})

Implementation

Select(this.path, this.from, {this.default_});