FileContentHintsThumbnail.fromJson constructor

FileContentHintsThumbnail.fromJson(
  1. Map json_
)

Implementation

FileContentHintsThumbnail.fromJson(core.Map json_)
    : this(
        image: json_['image'] as core.String?,
        mimeType: json_['mimeType'] as core.String?,
      );