limit property

set limit (bool? limit)

Implementation

set limit(bool? limit) {
  js_util.setProperty(this, 'limit', limit ?? jsUndefined);
}