sourceFile property

SourceFileSpecifier? sourceFile
final

The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

Implementation

final SourceFileSpecifier? sourceFile;