isIf property

bool get isIf

whether the format is MustacheTag.if_

Implementation

bool get isIf => this == MustacheTag.if_;