Limit constructor

Limit()

Implementation

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