Graphic constructor
- Geometry? geometry,
- Map<
CaseInsensitiveString, dynamic> attributes = const {}, - 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.