WrongPasswordException constructor

const WrongPasswordException({
  1. int? error,
  2. String? message,
})

Implementation

const WrongPasswordException({super.error, super.message});