isIfNot property

bool isIfNot

whether the format is MustacheTag.ifNot

Implementation

bool get isIfNot => this == MustacheTag.ifNot;