Limit constructor

Limit(
  1. dynamic selection,
  2. int number
)

Implementation

Limit(selection, int number) : super([selection, number]);