Where constructor

Where(
  1. String express, {
  2. AnyList? args,
})

Implementation

Where(super.express, {super.args});