userEmail property

String? get userEmail

Returns the email of the authenticated user (if available).

Implementation

String? get userEmail => user?['email'] as String?;