userIdEmail property
String
get
userIdEmail
Implementation
String get userIdEmail => _userIdEmail;
set
userIdEmail
(String value)
Implementation
set userIdEmail(String value) {
if (_userIdEmail != value) {
_userIdEmail = value;
notifyListeners();
}
}