Get current user data
Map<String, dynamic>? get user { return context['user'] as Map<String, dynamic>?; }