container property
dynamic
get
container
The HTML element in which Mapbox GL JS will render the map, or the element's string id
. The specified element must have no children.
HTMLElement
or String
Implementation
dynamic get container => jsObject.container;