User constructor
      
      User({})
     
    
    
Implementation
User({
  this.disabledDate,
  this.displayName,
  this.email,
  this.enabledDate,
  this.id,
  this.name,
  this.state,
  this.userRole,
});User({
  this.disabledDate,
  this.displayName,
  this.email,
  this.enabledDate,
  this.id,
  this.name,
  this.state,
  this.userRole,
});