rendererIdKey top-level constant
Unique identifier used to associate custom series renderers on a chart with one or more series of data.
rendererIdKey can be added as an attribute to user-defined Series objects.
Implementation
const rendererIdKey = AttributeKey<String>('SeriesRenderer.rendererId');