expandContext property

dynamic expandContext

Implementation

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

Implementation

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