expandContext property

dynamic get expandContext

Implementation

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

Implementation

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