isParamCase property

bool get isParamCase

whether the value is MustacheTag.paramCase

Implementation

bool get isParamCase => this == MustacheTag.paramCase;