MustacheTagX extension

the extensions for Mustache

on

Properties

isCamelCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.camelCase
no setter
isConstantCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.constantCase
no setter
isDotCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.dotCase
no setter
isEndIf bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the format is MustacheTag.endIf
no setter
isFormat bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is a format type
no setter
isHeaderCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.headerCase
no setter
isIf bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the format is MustacheTag.if_
no setter
isIfNot bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the format is MustacheTag.ifNot
no setter
isLowerCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.lowerCase
no setter
isMustacheCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.mustacheCase
no setter
isParamCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.paramCase
no setter
isPascalCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.pascalCase
no setter
isPathCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.pathCase
no setter
isSentenceCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.sentenceCase
no setter
isSnakeCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.snakeCase
no setter
isTitleCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.titleCase
no setter
isUpperCase bool

Available on MustacheTag, provided by the MustacheTagX extension

whether the value is MustacheTag.upperCase
no setter

Methods

wrap(String content, {int? braceCount, String? startDeliminator, String? endDeliminator}) String

Available on MustacheTag, provided by the MustacheTagX extension

Wraps the content with mustache

Static Properties

wrappedPattern RegExp

Available on MustacheTag, provided by the MustacheTagX extension

the pattern to match if content is wrapped with brackets
no setter