Rest constructor

const Rest({
  1. String? name,
})

Implementation

const Rest({String? name}) : super(name);