symbol property
The symbol of this renderer.
Implementation
ArcGISSymbol? get symbol => _symbol.value;
Implementation
set symbol(ArcGISSymbol? value) => _symbol.value = value;
The symbol of this renderer.
ArcGISSymbol? get symbol => _symbol.value;
set symbol(ArcGISSymbol? value) => _symbol.value = value;