BlockforestRequestFilter constructor

const BlockforestRequestFilter(
  1. int? count,
  2. int? page,
  3. BlockforestRequestOrderingResponse? ordering
)

Implementation

const BlockforestRequestFilter(this.count, this.page, this.ordering);