Me constructor

Me({
  1. Key? key,
})

Implementation

Me({Key? key}) : super(key: key);