WebApiModulesAdministratorUserKissFlowUser constructor

const WebApiModulesAdministratorUserKissFlowUser({
  1. String? userId,
  2. String? name,
  3. String? loginName,
  4. String? fullName,
  5. String? firstName,
  6. String? middleInitial,
  7. String? lastName,
  8. String? groupName,
  9. String? userTitle,
  10. String? officeLocation,
  11. String? warehouse,
  12. bool? inactive,
  13. String? email,
})

Implementation

const WebApiModulesAdministratorUserKissFlowUser({
  this.userId,
  this.name,
  this.loginName,
  this.fullName,
  this.firstName,
  this.middleInitial,
  this.lastName,
  this.groupName,
  this.userTitle,
  this.officeLocation,
  this.warehouse,
  this.inactive,
  this.email,
});