orEmpty property

String get orEmpty

Implementation

String get orEmpty => this != null ? this! : '';