EmailAccountNotFoundException constructor
const
EmailAccountNotFoundException({
- required String email,
Creates a new instance.
Implementation
const EmailAccountNotFoundException({
required this.email,
});