ChalonaMapValue<K, V> constructor

ChalonaMapValue<K, V>({
  1. required String name,
})

Implementation

ChalonaMapValue({
  required String name,
}) {
  this.name = name;
  this.type = 'Map';

  _memberLoader(false);
}