ImageAsset constructor

ImageAsset({
  1. String? fileSize,
  2. Dimensions? fullSize,
  3. String? mimeType,
})

Implementation

ImageAsset({
  this.fileSize,
  this.fullSize,
  this.mimeType,
});