Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 831 Bytes

VisibleInfoBlocks.md

File metadata and controls

19 lines (14 loc) · 831 Bytes

nc_cookbook_api.model.VisibleInfoBlocks

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
preparationTime bool Show the preparation time in UI [optional]
cookingTime bool Show the time required for cooking in the UI [optional]
totalTime bool Show the total time required to carry out the complee recipe [optional]
nutritionInformation bool Show the nutrition information in the UI [optional]
tools bool Show the list of tools in the UI [optional]

[Back to Model list] [Back to API list] [Back to README]