isNullOrBlank property

bool get isNullOrBlank

Implementation

bool get isNullOrBlank => this?.trim().isEmpty ?? true;