DeleteAccount constructor

DeleteAccount({
  1. Key? key,
})

Implementation

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