DataFile.fromMap(Map<String, dynamic> map) {
this.myUrl = map['Fields']['myUrl'];
this.myProdName = map['Fields']['myProdName'];
this.myProdPrice = map['Fields']['myProdPrice'];
this.myAllChars = map['Fields']['myAllChars'];
this.myAllDescription = map['Fields']['myAllDescription'];
this.myImageUrl = map['Fields']['myImageUrl'];
}