sourceFile property

String get sourceFile

Implementation

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

Implementation

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