ChalonaMapValue<K, V> constructor
ChalonaMapValue<K, V> ({
- required String name,
Implementation
ChalonaMapValue({
required String name,
}) {
this.name = name;
this.type = 'Map';
_memberLoader(false);
}