SelfLabels constructor
      
      SelfLabels(
    
    
- Map map
Implementation
SelfLabels(Map map)
    : type = map["\$type"],
      values = SelfLabel.list(map["values"]);SelfLabels(Map map)
    : type = map["\$type"],
      values = SelfLabel.list(map["values"]);