userEmail property

String userEmail

Implementation

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