printImage property

  1. @BuiltValueField(wireName: 'print_image')
bool? get printImage

True, if the user wished to print the recipe images with the rest of the recipes.

Implementation

@BuiltValueField(wireName: 'print_image')
bool? get printImage;