isNotBlank property

bool get isNotBlank

检查字符串是否不为空且不仅包含空白字符

Implementation

bool get isNotBlank => !isBlank;