filePath property

String filePath

Implementation

String get filePath => map(
    add: (add) => add.file.path,
    modify: (modify) => modify.file.path,
    delete: (delete) => delete.file.path);