isNullOrEmptyOrWhiteSpace property

bool get isNullOrEmptyOrWhiteSpace

check the string is null or empty or whitespace

Implementation

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