V2TimImage.fromJson constructor
Implementation
V2TimImage.fromJson(Map<String, dynamic> json) {
uuid = json['UUID'] ?? json['uuid'];
type = json['type'];
size = json['size'];
width = json['width'];
height = json['height'];
url = json['url'];
localUrl = json['localUrl'];
}