ImageAsset constructor
ImageAsset({
- String? assetId,
- String? fileSize,
- Dimensions? fullSize,
- String? mimeType,
Implementation
ImageAsset({this.assetId, this.fileSize, this.fullSize, this.mimeType});