isNullOrEmptyOrWhiteSpace property

bool isNullOrEmptyOrWhiteSpace

check the string is null or empty or whitespace

Implementation

bool get isNullOrEmptyOrWhiteSpace => _Parser(this).isNullOrEmptyOrWhiteSpace;