checkString property

String get checkString

Implementation

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