Profile constructor

Profile({
  1. required String userId,
  2. required String token,
  3. required String realm,
})

Implementation

Profile({required this.userId, required this.token, required this.realm});