disableAutoFetch property

bool? get disableAutoFetch

Implementation

static bool? get disableAutoFetch =>
    versionSafePdfJsContext?['disableAutoFetch'] as bool?;
set disableAutoFetch (bool? disableAutoFetch)

Implementation

static set disableAutoFetch(bool? disableAutoFetch) {
  versionSafePdfJsContext?['disableAutoFetch'] = disableAutoFetch;
}