DeleteAccount constructor

DeleteAccount({
  1. String? reason,
  2. required String password,
})

Implementation

DeleteAccount({this.reason, required this.password});