isNullOrEmpty property

bool get isNullOrEmpty

Return true if string is null or empty

Implementation

bool get isNullOrEmpty => isEmpty;