MustacheTag enum

the formats that Mustache supports

Inheritance

Constructors

MustacheTag()
const

Values

camelCase → const MustacheTag

camelCase

constantCase → const MustacheTag

CONSTANT_CASE

dotCase → const MustacheTag

dot.case

headerCase → const MustacheTag

HeaderCase

lowerCase → const MustacheTag

lowercase

mustacheCase → const MustacheTag

{{ mustache }}

pascalCase → const MustacheTag

Pascal Case

paramCase → const MustacheTag

paramCase

pathCase → const MustacheTag

path_case

sentenceCase → const MustacheTag

Sentence Case

snakeCase → const MustacheTag

snake_case

titleCase → const MustacheTag

Title Case

upperCase → const MustacheTag

UPPERCASE

ifNot → const MustacheTag

no format, start of an inverted inline section

if_ → const MustacheTag

no format, start of an inline section

endIf → const MustacheTag

no format, end of an inline section

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MustacheTag>
A constant List of the values in this enum, in order of their declaration.