symbol property
A symbol used to represent elements with this unique value.
Implementation
ArcGISSymbol? get symbol => _symbol.value;
Implementation
set symbol(ArcGISSymbol? value) => _symbol.value = value;
A symbol used to represent elements with this unique value.
ArcGISSymbol? get symbol => _symbol.value;
set symbol(ArcGISSymbol? value) => _symbol.value = value;