pluralDisplayName property
The display name of the unit.
The display name for a specific unit.
Implementation
String get pluralDisplayName {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Unit_getPluralDisplayName(_handle, errorHandler);
});
return stringHandle.toDartString();
}