ConnectEmailErrorEvent constructor
ConnectEmailErrorEvent({
- String? message,
Implementation
ConnectEmailErrorEvent({this.message})
: super(
message ?? 'Error connecting email',
);