toNullString property

String get toNullString

Implementation

String get toNullString => (this != null) ? this.toString() : '';