hasFetchedData property
True if the attachment data has been retrieved.
Implementation
bool get hasFetchedData {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Attachment_getHasFetchedData(_handle, errorHandler);
});
}