Alpha constructor

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

Implementation

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