isEndIf property

bool get isEndIf

whether the format is MustacheTag.endIf

Implementation

bool get isEndIf => this == MustacheTag.endIf;