Graphic constructor

Graphic({
  1. Geometry? geometry,
  2. Map<CaseInsensitiveString, dynamic> attributes = const {},
  3. ArcGISSymbol? symbol,
})

Creates a graphic with the given geometry, attributes, and symbol.

Parameters:

  • geometry — geometry. Can be null.
  • attributes — The attributes of the graphic. Can be null.
  • symbol — symbol. Can be null.