$LocationSet.wrap constructor

$LocationSet.wrap(
  1. LocationSet $value
)

Wrap a LocationSet in a $LocationSet

Implementation

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