UpDownPageLimit constructor

UpDownPageLimit(
  1. int upLimit,
  2. int downLimit
)

Implementation

UpDownPageLimit(this.upLimit, this.downLimit);