FileUploadResponse constructor
const
FileUploadResponse({
- String? status,
- String? message,
- FileUploadData? data,
Implementation
const FileUploadResponse({this.status, this.message, this.data});