isCamelCase property

bool get isCamelCase

whether the value is MustacheTag.camelCase

Implementation

bool get isCamelCase => this == MustacheTag.camelCase;