documentLoader property

LoadDocumentCallback? documentLoader

Implementation

LoadDocumentCallback? get documentLoader =>
    js_util.getProperty(this, 'documentLoader');
void documentLoader=(LoadDocumentCallback? newValue)

Implementation

set documentLoader(LoadDocumentCallback? newValue) {
  js_util.setProperty(this, 'documentLoader', newValue);
}