isDotCase property

bool isDotCase

whether the value is MustacheTag.dotCase

Implementation

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