isNotEmptyOrNull property

bool isNotEmptyOrNull

不为 null 且不为 empty 返回true

Implementation

bool get isNotEmptyOrNull => !isEmptyOrNull;