static Room fromJson(Map<String, dynamic> json) { return Room(id: json["id"], name: json["name"], metadata: json["metadata"]); }