isUpperCase property

bool get isUpperCase

whether the value is MustacheTag.upperCase

Implementation

bool get isUpperCase => this == MustacheTag.upperCase;