ClientInfo constructor
ClientInfo({})
Implementation
ClientInfo({
required this.id,
required this.clientId,
required this.deviceId,
required this.os,
this.source,
required this.lastLoginMethod,
required this.client,
});