Parameters constructor
- [dynamic values]
Creates a new instance of the map and assigns its value.
values
(optional) values to initialize this map.
Implementation
Parameters([values]) : super(values);
Creates a new instance of the map and assigns its value.
values
(optional) values to initialize this map.Parameters([values]) : super(values);