DOMTemplateBlockIfCollection constructor

DOMTemplateBlockIfCollection(
  1. DOMTemplateVariable? variable, [
  2. DOMTemplateNode? content
])

Implementation

DOMTemplateBlockIfCollection(super.variable, [super.content]);