Alpha1 constructor

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

Implementation

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