required_ property

bool required_

Required status of locator attribute.

Determines attribute is mandatory.

Implementation

bool get required_ {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LocatorAttribute_getRequired(
      _handle,
      errorHandler,
    );
  });
}