workerSrc property

String? workerSrc

Implementation

static String? get workerSrc => versionSafePdfJsContext?['workerSrc'] as String?;
void workerSrc=(String? workerSrc)

Implementation

static set workerSrc(String? workerSrc) {
  versionSafePdfJsContext?['workerSrc'] = workerSrc;
}