$FileGeoJson.wrap constructor

$FileGeoJson.wrap(
  1. FileGeoJson $value
)

Wrap a FileGeoJson in a $FileGeoJson

Implementation

$FileGeoJson.wrap(this.$value) : _superclass = $GeoJsonProvider.wrap($value);