FileModel constructor

FileModel({
  1. String? url,
  2. String? filename,
  3. String? type,
  4. String? folder,
  5. DateTime? updatedAt,
})

Implementation

FileModel({this.url, this.filename, this.type, this.folder, this.updatedAt});