ImageData.fromJson constructor
Implementation
ImageData.fromJson(Map<String, dynamic> json)
: fileName = json['fileName'],
filePath = json['filePath'],
uniqueId = json['uniqueId'],
imageUploadFolder = json['imageUploadFolder'];