FileThumbnail constructor

FileThumbnail({
  1. String? image,
  2. String? mimeType,
})

Implementation

FileThumbnail({this.image, this.mimeType});