ICredential constructor
ICredential({})
Implementation
ICredential({
required this.userId,
required this.userCode,
required this.userRole,
required this.accessToken,
this.refreshToken,
this.error,
});
ICredential({
required this.userId,
required this.userCode,
required this.userRole,
required this.accessToken,
this.refreshToken,
this.error,
});