Joins constructor

Joins()

Implementation

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