Limit constructor

Limit({
  1. required Expression count,
  2. Token? offsetSeparator,
  3. Expression? offset,
})

Implementation

Limit({required this.count, this.offsetSeparator, this.offset});