isNullOrBlank property

bool isNullOrBlank

Implementation

bool get isNullOrBlank => this == null || this!.trim().isEmpty;