keepNonNulls method

String keepNonNulls()

Implementation

String keepNonNulls() => replaceAll(String.fromCharCode(0), '');