replaceNullWithZero property

int replaceNullWithZero

replaceNullWithZero extension this method will check and replace null with an integer value

Implementation

int get replaceNullWithZero => _replaceNullWithZero(this);