Char constructor

const Char(
  1. int char, {
  2. String? name,
})

Implementation

const Char(this.char, {String? name}) : super(name);