email property

String? get email

Implementation

String? get email => claims["email"]?.toString();