sourceFile property

String sourceFile

Implementation

String get sourceFile => js_util.getProperty(this, 'sourceFile');
void sourceFile=(String newValue)

Implementation

set sourceFile(String newValue) {
  js_util.setProperty(this, 'sourceFile', newValue);
}