isEmptyMap method

bool isEmptyMap()

判断是否空map key-value

Implementation

bool isEmptyMap() {
  return this?.isEmpty ?? true;
}