Next constructor

const Next({
  1. bool isStart = false,
  2. String? next,
})

Implementation

const Next({this.isStart = false, this.next});