factory Property.fromJson(Map<String, dynamic> json) { return Property(json['key'], json['value']); }