hasFetchedData property

bool hasFetchedData

True if the attachment data has been retrieved, false otherwise.

Implementation

bool get hasFetchedData {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Attachment_getHasFetchedData(
      _handle,
      errorHandler,
    );
  });
}