DOMTemplateBlockIfCollection class
- Inheritance
 - 
    
- Object
 - DOMTemplate
 - DOMTemplateNode
 - DOMTemplateBlock
 - DOMTemplateBlockCondition
 - DOMTemplateBlockIfCollection
 
 
Constructors
- DOMTemplateBlockIfCollection(DOMTemplateVariable? variable, [DOMTemplateNode? content])
 
Properties
- asDSX → DSX?
 - 
  Returns this node as an DSX instance if isDSX returns 
true.no setterinherited - elseCondition ↔ DOMTemplateBlockCondition?
 - 
  
  getter/setter pairinherited
 - hasDSX → bool
 - 
  Returns 
trueif this node or any sub-node is a DSX entry.no setterinherited - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - hasOnlyContent → bool
 - 
  
  no setterinherited
 - isDSX → bool
 - 
  Returns 
trueif this node is aDSXentry.no setterinherited - isEmpty → bool
 - 
  Returns 
trueif this node is empty.no setterinherited - isNotEmpty → bool
 - 
  Returns 
trueif this node NOT is empty.no setterinherited - 
  nodes
  ↔ List<
DOMTemplate>  - 
  
  getter/setter pairinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - variable → DOMTemplateVariable?
 - 
  
  finalinherited
 
Methods
- 
  add(
DOMTemplate? entry) → bool  - 
  
  inherited
 - 
  addAll(
List< DOMTemplate> entries) → bool - 
  
  inherited
 - 
  build(
Object? context, {bool asElement = true, bool resolveDSX = true, QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) → dynamic  - 
  
  inherited
 - 
  buildAsString(
Object? context, {bool resolveDSX = true, QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) → String  - 
  
  inherited
 - 
  buildContent(
Object? context, {bool asElement = true, bool resolveDSX = true, QueryElementProvider? elementProvider}) → dynamic  - 
  
  override
 - 
  clear(
) → void  - 
  
  inherited
 - 
  copy(
{bool resolveDSX = false}) → DOMTemplateBlockIfCollection  - 
  Returns a copy if this instance.
  override
 - 
  copyNodes(
{bool resolveDSX = false}) → List< DOMTemplate>  - 
  
  inherited
 - 
  evaluate(
Object? context) → bool  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited