notBlank property

String? notBlank

Implementation

String? get notBlank => isBlank! ? null : this;