document property

dynamic get document

Implementation

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

Implementation

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