verbosity property

VERBOSITY_LEVELS? verbosity

Implementation

static VERBOSITY_LEVELS? get verbosity => _verbosityLevelsPdfjsToDart[versionSafePdfJsContext?['verbosity']];
void verbosity=(VERBOSITY_LEVELS? verbosity)

Implementation

static set verbosity(VERBOSITY_LEVELS? verbosity) {
  versionSafePdfJsContext?['verbosity'] = _verbosityLevelsDartToPdfjs[verbosity];
}