ValueMapValEntry constructor

ValueMapValEntry({
  1. String? key,
  2. MapValue? value,
})

Implementation

ValueMapValEntry({
  this.key,
  this.value,
});