AuthSession constructor

AuthSession({
  1. required String email,
})

Implementation

AuthSession({required this.email}) : super.fromJson({});