notEmpty property

String? get notEmpty

Implementation

String? get notEmpty => this.isNotEmpty == true ? this : null;