$MapController.wrap constructor

$MapController.wrap(
  1. MapController $value
)

Wrap a MapController in a $MapController

Implementation

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