toStringOrNull method

String toStringOrNull()

Implementation

String toStringOrNull() {
  return toString();
}