Main properties constructor.
Can receive a properties map.
map
Properties({Map<String, Property> map: const {}}) { this._map.addAll(map); }