notEmpty property

String? notEmpty

Implementation

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