LocalImage constructor

const LocalImage(
  1. String? id,
  2. String? creationDate,
  3. int? pixelHeight,
  4. int? pixelWidth,
  5. String? fileName,
  6. int? fileSize,
  7. String? mediaType, {
  8. int? compression,
})

Implementation

const LocalImage(this.id, this.creationDate, this.pixelHeight,
    this.pixelWidth, this.fileName, this.fileSize, this.mediaType,
    {this.compression});