コード例 #1
0
 public RealmRecipe(Recipe recipe) {
   title = recipe.getTitle();
   description = recipe.getDescription();
 }