Label constructor
      
      Label({})
     
    
    
Implementation
Label({
  this.color,
  this.id,
  this.labelListVisibility,
  this.messageListVisibility,
  this.messagesTotal,
  this.messagesUnread,
  this.name,
  this.threadsTotal,
  this.threadsUnread,
  this.type,
});