AccountDeletion constructor

AccountDeletion(
  1. String password, [
  2. String? deleteReason,
  3. String? twoFactorToken
])

Implementation

AccountDeletion(this.password, [this.deleteReason, this.twoFactorToken]);