isNotEmptyOrNull property

bool get isNotEmptyOrNull

不为 null 且不为 empty 返回true

Implementation

bool get isNotEmptyOrNull => !isEmptyOrNull;