context property

dynamic context

Implementation

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

Implementation

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