isMapEmpty method

Map<D, S> isMapEmpty()

Check is Map Empty or Null, Will default returns an empty Map.

Implementation

Map<D, S> isMapEmpty() => this ?? <D, S>{};