menu
jaspr package
documentation
server.dart
DomValidator
hasStrictWhitespace method
hasStrictWhitespace method
dark_mode
light_mode
hasStrictWhitespace
method
bool
hasStrictWhitespace
(
String
tag
)
Implementation
bool hasStrictWhitespace(String tag) { return _strictWhitespace.contains(tag); }
jaspr package
documentation
server
DomValidator
hasStrictWhitespace method
DomValidator class