$MapEventSecondaryTap.wrap constructor

$MapEventSecondaryTap.wrap(
  1. MapEventSecondaryTap $value
)

Wrap a MapEventSecondaryTap in a $MapEventSecondaryTap

Implementation

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