LoginResponse constructor
LoginResponse({})
Implementation
LoginResponse({
required this.accessToken,
required this.deviceId,
this.expiresInMs,
this.noDe,
this.refreshToken,
required this.userId,
this.wellKnown,
});