isTitleCase property
bool
get
isTitleCase
whether the value is MustacheTag.titleCase
Implementation
bool get isTitleCase => this == MustacheTag.titleCase;
whether the value is MustacheTag.titleCase
bool get isTitleCase => this == MustacheTag.titleCase;