MapAssociation constructor

MapAssociation({
  1. dynamic key,
  2. dynamic value,
})

Implementation

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