EmailAccountNotFoundException constructor

const EmailAccountNotFoundException({
  1. required String email,
})

Creates a new instance.

Implementation

const EmailAccountNotFoundException({
  required this.email,
});