DeleteFileEntry constructor

DeleteFileEntry({
  1. required String filePath,
})

Implementation

DeleteFileEntry({
  required this.filePath,
});