SelfLabels constructor

SelfLabels(
  1. Map map
)

Implementation

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