isCamelCase property

bool isCamelCase

whether the value is MustacheTag.camelCase

Implementation

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