isBlank property
bool
get
isBlank
---------检查------------------------------ 检查字符串是否为空或仅包含空白字符
Implementation
bool get isBlank => trim().isEmpty;
---------检查------------------------------ 检查字符串是否为空或仅包含空白字符
bool get isBlank => trim().isEmpty;