replaceNullWithEmpty property

String get replaceNullWithEmpty

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

Implementation

String get replaceNullWithEmpty => _replaceNullWithEmpty(this);