isEmptyOrNull property

bool isEmptyOrNull

Checks string is empty or null and return bool

Implementation

bool get isEmptyOrNull => FxString.isEmptyOrNull(this);