resource property

dynamic resource

Implementation

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

Implementation

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