WebLogin constructor
WebLogin({})
Initializes a new instance of the WebLogin class.
Implementation
WebLogin({
required this.id,
required this.lastLoginTime,
required this.osName,
required this.qrUniqeToken,
required this.webBrowserName,
});