isLowerCase property

bool get isLowerCase

whether the value is MustacheTag.lowerCase

Implementation

bool get isLowerCase => this == MustacheTag.lowerCase;