PickerModel constructor

PickerModel({
  1. required String filePath,
  2. String? rawFilePath,
  3. String contentType = "image/png",
})

Implementation

PickerModel({required this.filePath, this.rawFilePath, this.contentType = "image/png"});