document property

dynamic document

Implementation

dynamic get document => js_util.getProperty(this, 'document');
void document=(dynamic newValue)

Implementation

set document(dynamic newValue) {
  js_util.setProperty(this, 'document', newValue);
}