isEmptyOrNull property

bool get isEmptyOrNull

判断字符串是否为空

Implementation

bool get isEmptyOrNull => isEmpty;