DetailsItemInfo constructor

DetailsItemInfo({
  1. TemplateItem? item,
})

Implementation

DetailsItemInfo({
  this.item,
});