Input$POSCategoryInput constructor
Input$POSCategoryInput({
- required String name,
- required String mapPicture,
- Input$PictureInput? picture,
Implementation
factory Input$POSCategoryInput({
required String name,
required String mapPicture,
Input$PictureInput? picture,
}) =>
Input$POSCategoryInput._({
r'name': name,
r'mapPicture': mapPicture,
if (picture != null) r'picture': picture,
});