notEmpty property

String? notEmpty

Implementation

String? get notEmpty => isEmpty ? null : this;