MetaData.fromJson(Map<String, dynamic> json) { id = json['id']; key = json['key'].toString(); value = json['value'].toString(); }