isSentenceCase property

bool get isSentenceCase

whether the value is MustacheTag.sentenceCase

Implementation

bool get isSentenceCase => this == MustacheTag.sentenceCase;