MapExtensions<T> extension

on

Methods

addAllIfNotNull(Map<String, T>? values) → void
addIfNotNull(String key, T value) → void
Adds the given value to the map if the value is not null.
toJsonString() String