Links constructor

const Links({
  1. String? next,
  2. String? prev,
})

Implementation

const Links({
  this.next,
  this.prev,
});