Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 522 Bytes

CategoryInformation.md

File metadata and controls

16 lines (11 loc) · 522 Bytes

nc_cookbook_api.model.CategoryInformation

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
name String The name of the category
recipeCount int The number of recipes in the category

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