VLVRequestControl constructor

VLVRequestControl(
  1. int beforeCount,
  2. int afterCount,
  3. int offset,
  4. int contentCount,
)

Implementation

VLVRequestControl(
    this.beforeCount, this.afterCount, this.offset, this.contentCount);