isPascalCase property

bool get isPascalCase

whether the value is MustacheTag.pascalCase

Implementation

bool get isPascalCase => this == MustacheTag.pascalCase;