SavedData constructor

SavedData({
  1. required bool isSuccess,
  2. String? filePath,
})

Implementation

SavedData({required this.isSuccess, this.filePath});