Abc constructor

const Abc({
  1. Key? key,
})

Implementation

const Abc({super.key});