userEmail property
Implementation
String get userEmail =>
authenticationController.userProfileModel.value.data?.user?.email ??
'your email address';
String get userEmail =>
authenticationController.userProfileModel.value.data?.user?.email ??
'your email address';