hasStrictWhitespace method

bool hasStrictWhitespace(
  1. String tag
)

Implementation

bool hasStrictWhitespace(String tag) {
  return _strictWhitespace.contains(tag);
}