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