trim method

dynamic trim()

Implementation

trim() {
  removeWhere((key, value) => value == null);
}