MapLayerOptions constructor

const MapLayerOptions({
  1. String attribution = attributionDef,
})

Implementation

const MapLayerOptions({
  this.attribution = attributionDef,
});