ImageAsset constructor

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

Implementation

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