isNotNullOrEmpty property

bool get isNotNullOrEmpty

判断字符串是否不为空

Implementation

bool get isNotNullOrEmpty => !isNullOrEmpty;