isConstantCase property

bool get isConstantCase

whether the value is MustacheTag.constantCase

Implementation

bool get isConstantCase => this == MustacheTag.constantCase;