Как проверить, если VAL только пробелы в DART
final blank = s == null || s.trim() == '';
Good Gentoo
final blank = s == null || s.trim() == '';