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