Beispiel #1
0
 protected void finish(UberSettingsJSON result)
 {
     if (fieldGeneratorFavouriteProduct.have_value)
     {
         result.setFavouriteProduct(fieldGeneratorFavouriteProduct.value);
         fieldGeneratorFavouriteProduct.have_value = false;
     }
 }