DioUploadFileModel constructor

const DioUploadFileModel({
  1. required String filePath,
  2. required String fileFiledName,
})

Implementation

const DioUploadFileModel(
    {required this.filePath, required this.fileFiledName});