isDotCase property

bool get isDotCase

whether the value is MustacheTag.dotCase

Implementation

bool get isDotCase => this == MustacheTag.dotCase;