limit property
int
get
limit
Implementation
int get limit => this._limit;
set
limit
(int limit)
Implementation
set limit(int limit) {
this._limit = limit;
this.__isset_limit = true;
}