allowAnonymousToUpdate property
True if anonymous users are allowed to update features.
True if an error occurs.
Implementation
bool get allowAnonymousToUpdate {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_OwnershipBasedAccessControlInfo_getAllowAnonymousToUpdate(
_handle, errorHandler);
});
}