isNotEmptyOrNull property

bool get isNotEmptyOrNull

判断字符串是否不为空

Implementation

bool get isNotEmptyOrNull => isNotEmpty;