UniqueValue constructor
- String description = '',
- String label = '',
- ArcGISSymbol? symbol,
- List<
Object> values = const [],
Creates a new unique value (or unique combination of values) and a symbol used to display elements with this value in an UniqueValueRenderer.
Parameters:
description— A description of the unique value. "Parcels zoned for residential use", for example.label— A label for the unique value. "Residential", for example.symbol— A symbol used to represent elements with this unique value.values— A List containingdynamictypes that define a unique value or unique combination of values.