isNullOrEmpty property

bool get isNullOrEmpty

checks if string is null or empty

Implementation

bool get isNullOrEmpty => orEmpty.isEmpty;