PrivacyNote.fromJson(Map<String, dynamic> json) { id = json['id']; title = json['title']; content = json['content']; }