FwStandardModelsFwAppImageModel constructor

FwStandardModelsFwAppImageModel({
  1. String? appImageId,
  2. String? dateStamp,
  3. String? description,
  4. String? extension,
  5. String? mimeType,
  6. int? width,
  7. int? height,
  8. String? recType,
  9. String? fileDownloadName,
  10. int? orderBy,
  11. String? image,
})

Implementation

FwStandardModelsFwAppImageModel({
  this.appImageId,
  this.dateStamp,
  this.description,
  this.extension,
  this.mimeType,
  this.width,
  this.height,
  this.recType,
  this.fileDownloadName,
  this.orderBy,
  this.image,
});