AuthSession constructor
AuthSession({
- required String email,
Implementation
AuthSession({required this.email}) : super.fromJson({});
AuthSession({required this.email}) : super.fromJson({});