removeWhereNull method

void removeWhereNull()

Implementation

void removeWhereNull() => removeWhere((value) => value == null);