whenTag function

Parser<Tag> whenTag([
  1. LiquidConfig? config
])

When tag parser - parses {% when value %}. If config is provided, uses custom delimiters.

Implementation

Parser<Tag> whenTag([LiquidConfig? config]) =>
    someTag('when', config: config).labeled('whenTag');