SnapshotImage.fromJson constructor
SnapshotImage.fromJson(
- Map json_
Implementation
SnapshotImage.fromJson(core.Map json_)
: this(
height: json_['height'] as core.int?,
kind: json_['kind'] as core.String?,
mimeType: json_['mime_type'] as core.String?,
url: json_['url'] as core.String?,
width: json_['width'] as core.int?,
);