Limit constructor

Limit([
  1. int? offset,
  2. int? limit
])

Implementation

Limit([this.offset, this.limit]);