sourceFile property
String?
get
sourceFile
Implementation
_i2.String? get sourceFile => _i4.getProperty(
this,
'sourceFile',
);
set
sourceFile
(String? value)
Implementation
set sourceFile(_i2.String? value) {
_i4.setProperty(
this,
'sourceFile',
value ?? _i6.undefined,
);
}