$MapEvent.wrap constructor

$MapEvent.wrap(
  1. MapEvent $value
)

Wrap a MapEvent in a $MapEvent

Implementation

$MapEvent.wrap(this.$value) : _superclass = $Object($value);