nullIfEmpty property

String? get nullIfEmpty

Implementation

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