Where constructor

Where()

Implementation

Where() {
  this.options = new Map<String, dynamic>();
  this.param = new Parameters();
}