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