$FitBounds.wrap constructor

$FitBounds.wrap(
  1. FitBounds $value
)

Wrap a FitBounds in a $FitBounds

Implementation

$FitBounds.wrap(this.$value) : _superclass = $CameraFit.wrap($value);