Paging constructor

Paging({
  1. String? next,
  2. String? previous,
})

Implementation

Paging({this.next, this.previous});