sourceFile property

String? sourceFile

Implementation

_i2.String? get sourceFile => _i4.getProperty(
      this,
      'sourceFile',
    );
void sourceFile=(String? value)

Implementation

set sourceFile(_i2.String? value) {
  _i4.setProperty(
    this,
    'sourceFile',
    value ?? _i6.undefined,
  );
}