name property
The name of the legend item.
Implementation
String get name {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_LegendInfo_getName(_handle, errorHandler);
});
return stringHandle.toDartString();
}