isEmptyOrNull property

bool get isEmptyOrNull

Implementation

bool get isEmptyOrNull => this == null || this!.isEmpty;