displayName property

String displayName

Display name.

Display name (alias) of attribute.

Implementation

String get displayName {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LocatorAttribute_getDisplayName(
        _handle, errorHandler);
  });
  return stringHandle.toDartString();
}