isEmptyMap method

bool isEmptyMap(
  1. dynamic value
)

Implementation

bool isEmptyMap(value) => value is Map && value.isEmpty;