isNotEmptyMap method

bool isNotEmptyMap()

判断map为非空

Implementation

bool isNotEmptyMap() {
  return !this.isEmptyMap();
}