LiquidConfig constructor
const
LiquidConfig({})
Creates a new LiquidConfig with the specified delimiters.
All parameters are optional and default to standard Liquid delimiters.
Implementation
const LiquidConfig({
this.tagStart = '{%',
this.tagEnd = '%}',
this.varStart = '{{',
this.varEnd = '}}',
this.stripMarker = '-',
});