BlockforestRequestFilterParams constructor

const BlockforestRequestFilterParams({
  1. int? count,
  2. int? page,
  3. BlockforestRequestOrderingResponse? ordering,
})

Implementation

const BlockforestRequestFilterParams({
  int? count,
  int? page,
  BlockforestRequestOrderingResponse? ordering,
}) : super(count, page, ordering);