UpdateEmailErrorEvent constructor

UpdateEmailErrorEvent({
  1. String? message,
})

Implementation

UpdateEmailErrorEvent({this.message})
    : super(message ?? 'Error updating email');