FileUploadResponse constructor

const FileUploadResponse({
  1. String? status,
  2. String? message,
  3. FileUploadData? data,
})

Implementation

const FileUploadResponse({this.status, this.message, this.data});