AnyChar constructor

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

Implementation

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