FwStandardModelsFwApplicationUser constructor

FwStandardModelsFwApplicationUser({
  1. required String userName,
  2. required String password,
  3. String? webApp,
  4. String? browserApp,
  5. String? browserAppVersion,
  6. String? browserDeviceId,
  7. String? browserUserAgent,
  8. String? browserUrl,
})

Implementation

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