replaceNullWithEmpty property

String replaceNullWithEmpty

replaceNullWithEmpty method this method will check and replace null with an empty string

Implementation

String get replaceNullWithEmpty => _replaceNullWithEmpty(this);