MustacheSection enum

The sections from Mustache

Inheritance
Available extensions

Values

invertedSection → const MustacheSection

the inverted start of a section

section → const MustacheSection

the start of a section

endSection → const MustacheSection

the end of a section

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isEnd bool

Available on MustacheSection, provided by the MustacheSectionX extension

whether this section is the end
no setter
isInvert bool

Available on MustacheSection, provided by the MustacheSectionX extension

whether this section is inverted
no setter
isStart bool

Available on MustacheSection, provided by the MustacheSectionX extension

whether this section is the start
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String

Available on MustacheSection, provided by the MustacheSectionX extension

the symbol of the section
no setter

Methods

format(String str) String

Available on MustacheSection, provided by the MustacheSectionX extension

formats the str using symbol
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<MustacheSection>
A constant List of the values in this enum, in order of their declaration.