FwStandardModelsFwApplicationUser constructor
FwStandardModelsFwApplicationUser({})
Implementation
FwStandardModelsFwApplicationUser({
required this.userName,
required this.password,
this.webApp,
this.browserApp,
this.browserAppVersion,
this.browserDeviceId,
this.browserUserAgent,
this.browserUrl,
});