isEnd property
bool
get
isEnd
whether this section is the end
Implementation
bool get isEnd => this == MustacheSection.endSection;
whether this section is the end
bool get isEnd => this == MustacheSection.endSection;