EmailInput constructor

EmailInput({
  1. required String email,
})

Implementation

EmailInput({required this.email});