hasAttachments property
True if the layer supports attachments, false otherwise.
Implementation
bool get hasAttachments {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getHasAttachments(
_handle,
errorHandler,
);
});
}