notBlank property

String? notBlank

Implementation

String? get notBlank => isNullOrBlank ? null : this;