Eof constructor

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

Implementation

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